From cc340a42aafd56742c04f912fc316c6f9c0cf045 Mon Sep 17 00:00:00 2001 From: DjordyKoert Date: Tue, 12 Dec 2023 01:32:46 +0100 Subject: [PATCH] remove leftover annotation --- Tests/Functional/Controller/ApiController81.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Tests/Functional/Controller/ApiController81.php b/Tests/Functional/Controller/ApiController81.php index 07aab15d6..ce4e17fdb 100644 --- a/Tests/Functional/Controller/ApiController81.php +++ b/Tests/Functional/Controller/ApiController81.php @@ -315,15 +315,6 @@ public function entityWithRef() { } - /** - * @Route("/entity-with-object-type", methods={"GET", "POST"}) - * - * @OA\Get(operationId="entity-with-object-type") - * - * @OA\Response(response=200, description="success", @OA\JsonContent( - * ref=@Model(type=EntityWithObjectType::class), - * )) - */ #[Route('/entity-with-object-type', methods: ['GET', 'POST'])] #[OA\Get(operationId: 'entity-with-object-type')] #[OA\Response(