mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fix @charliefancelli's report (https://github.com/nelmio/NelmioApiDocBundle/issues/1689)
This commit is contained in:
parent
69df4c38b5
commit
35b84d1298
@ -43,7 +43,7 @@ In this case the class ``App\Entity\User`` will be aliased into:
|
||||
class HomeController
|
||||
{
|
||||
/**
|
||||
* @OA\Response(response=200, @OA\JsonContent(@OA\Schema(ref="#/components/schemas/MyModel")))
|
||||
* @OA\Response(response=200, @OA\JsonContent(ref="#/components/schemas/MyModel"))
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user