We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b232c27 commit aa3eb36Copy full SHA for aa3eb36
1 file changed
tests/Attributes/Fixtures/Basic/Controller.php
@@ -7,9 +7,6 @@
7
use OpenApi\Attributes as OAT;
8
9
#[OAT\Info(version: "1.0", title: "My API")]
10
-class OpenApiSpec
11
-{}
12
-
13
class Controller
14
{
15
#[OAT\Get(path: "/foobar")]
0 commit comments