Skip to content

Commit

Permalink
remove leftover annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored and faizanakram99 committed Dec 12, 2023
1 parent c835a6a commit cc340a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Tests/Functional/Controller/ApiController81.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cc340a4

Please sign in to comment.