mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
Fix Model annotation example in docs (fixes #1318)
This commit is contained in:
parent
304b3f5816
commit
83de823e77
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ This annotation has two options:
|
|||
*
|
||||
* @SWG\Response(
|
||||
* @SWG\Schema(type="object",
|
||||
* @SWG\Property(property="foo", ref=@Model(FooClass::class))
|
||||
* @SWG\Property(property="foo", ref=@Model(type=FooClass::class))
|
||||
* )
|
||||
* )
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue