Skip to content

Commit

Permalink
Fix wrong enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierLmn committed Jul 27, 2023
1 parent dd85fd6 commit 4225818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Entity/ArticleType81NotBacked.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Nelmio\ApiDocBundle\Tests\Functional\Entity;

enum ArticleType81IntBacked
enum ArticleType81NotBacked
{
case DRAFT;
case FINAL;
Expand Down

0 comments on commit 4225818

Please sign in to comment.