Skip to content

Commit

Permalink
Update docs/index.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Djordy Koert <[email protected]>
  • Loading branch information
xavierleune and DjordyKoert authored Jan 7, 2025
1 parent a44e088 commit 1533b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ that property type to not be nullable, for example.
/**
* But for updates, the `username` property will not be required
* @OA\RequestBody(content: @Model(type=UserDto::class, groups={"update"}))
* @OA\RequestBody(@Model(type=UserDto::class, groups={"update"}))
*/
.. code-block:: php-attributes
Expand Down

0 comments on commit 1533b33

Please sign in to comment.