This commit is contained in:
Guilhem Niot 2020-07-24 15:50:01 +02:00 committed by GitHub
parent 69df4c38b5
commit 35b84d1298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
{