mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +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\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