diff --git a/docs/index.rst b/docs/index.rst index a268f73f5..deb90afc9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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