(fix): Improve multiline parameter docs by writing them above the tag, e.g.
(fix):
1 /**2 * The user to update.3 *4 * See [User](https://acme.co/user) for more information.5 *6 * @var ?User $user7 */8 public ?User $user;9} ```1011**`(fix):`** Add .idea to the generated .gitignore file.