Skip to content

Commit

Permalink
OAT to OA
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuki-engr committed Feb 11, 2025
1 parent db238f2 commit 10d4922
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/snippets/guide/faq/dummy_class_at.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

use OpenApi\Attributes as OAT;
use OpenApi\Attributes as OA;

#[OAT\Tag(name: "user", description: "User related operations")]
#[OAT\Info(
#[OA\Tag(name: "user", description: "User related operations")]
#[OA\Info(
version: "1.0",
title: "Example API",
description: "Example info",
contact: new OAT\Contact(name: "Swagger API Team"),
contact: new OA\Contact(name: "Swagger API Team"),
)]
#[OAT\Server(
#[OA\Server(
url: "https://example.localhost",
description: "API server",
)]
Expand Down

0 comments on commit 10d4922

Please sign in to comment.