mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 10:36:09 +03:00
[Doc] Fix a minor syntax issue (#1846)
This commit is contained in:
parent
2df454c0c3
commit
d107dc6dd6
@ -274,7 +274,7 @@ General PHP objects
|
|||||||
return $this->items;
|
return $this->items;
|
||||||
}
|
}
|
||||||
|
|
||||||
.. code-block
|
.. code-block::
|
||||||
@OA\Schema(ref=@Model(type="App\Response\ItemResponse", groups=["Default"])),
|
@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.
|
It will generate two different component schemas (ItemResponse, ItemResponse2), even though Default and blank are the same. This is by design.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user