mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-13 13:09:25 +03:00
Merge pull request #1319 from OndraM/fix-docs-model
Fix Model annotation example in docs
This commit is contained in:
commit
bf52f136ce
@ -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