mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Fix Model annotation example in docs (fixes #1318)
This commit is contained in:
parent
304b3f5816
commit
83de823e77
@ -218,7 +218,7 @@ This annotation has two options:
|
|||||||
*
|
*
|
||||||
* @SWG\Response(
|
* @SWG\Response(
|
||||||
* @SWG\Schema(type="object",
|
* @SWG\Schema(type="object",
|
||||||
* @SWG\Property(property="foo", ref=@Model(FooClass::class))
|
* @SWG\Property(property="foo", ref=@Model(type=FooClass::class))
|
||||||
* )
|
* )
|
||||||
* )
|
* )
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user