Skip to content

Commit

Permalink
Used full qualified class name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulyk committed Jan 31, 2024
1 parent 4fd7a1c commit 85c250b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Fixtures/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace OpenApi\Tests\Fixtures;

use OpenApi\Annotations as OA;
use OpenApi\Tests\Fixtures;

/**
* @OA\RequestBody
Expand All @@ -19,7 +18,7 @@ class Request
/**
* @OA\Post(
* path="/",
* @OA\RequestBody(ref=Fixtures\Request::class),
* @OA\RequestBody(ref=OpenApi\Tests\Fixtures\Request::class),
* @OA\Response(response="200", description="An example resource")
* )
*/
Expand Down

0 comments on commit 85c250b

Please sign in to comment.