mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
[Doc] Fix a minor syntax issue (#1846)
This commit is contained in:
parent
2df454c0c3
commit
d107dc6dd6
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ General PHP objects
|
|||
return $this->items;
|
||||
}
|
||||
|
||||
.. code-block
|
||||
.. code-block::
|
||||
@OA\Schema(ref=@Model(type="App\Response\ItemResponse", groups=["Default"])),
|
||||
|
||||
It will generate two different component schemas (ItemResponse, ItemResponse2), even though Default and blank are the same. This is by design.
|
||||
|
|
Loading…
Add table
Reference in a new issue