Skip to content

Commit

Permalink
feat: move annotations to new attribute namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Oct 25, 2024
1 parent 4cc45e8 commit 4c5072c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Annotation/Areas.php → src/Attribute/Areas.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Annotation;
namespace Nelmio\ApiDocBundle\Attribute;

/**
* @Annotation
Expand Down
2 changes: 1 addition & 1 deletion src/Annotation/Model.php → src/Attribute/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Annotation;
namespace Nelmio\ApiDocBundle\Attribute;

use OpenApi\Annotations\Parameter;
use OpenApi\Attributes\Attachable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Annotation;
namespace Nelmio\ApiDocBundle\Attribute;

use OpenApi\Annotations\Operation as BaseOperation;

Expand Down
2 changes: 1 addition & 1 deletion src/Annotation/Security.php → src/Attribute/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Annotation;
namespace Nelmio\ApiDocBundle\Attribute;

use OpenApi\Annotations\AbstractAnnotation;

Expand Down

0 comments on commit 4c5072c

Please sign in to comment.