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