Skip to content

Commit

Permalink
fix incorrect annotation name
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Jan 27, 2023
1 parent b05df67 commit 496d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Enum/data/FooParentEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Doctrine\ORM\Mapping as ORM;

/**
* @ORM\MappedSuperClass
* @ORM\MappedSuperclass
*/
class FooParentEntity
{
Expand Down

0 comments on commit 496d2e0

Please sign in to comment.