IntroductionChangelogsPHPFebruary 5, 20250.3.1 (fix): Improve multiline parameter docs by writing them above the tag, e.g. class UpdateUserRequest extends JsonSerializableType {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.
February 5, 20250.3.1 (fix): Improve multiline parameter docs by writing them above the tag, e.g. class UpdateUserRequest extends JsonSerializableType {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.