Skip to content

Commit

Permalink
[Serializer] Remove obsolete annotation from fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jul 27, 2023
1 parent a434e36 commit 1df6595
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

use Symfony\Component\Serializer\Annotation\Groups;

/**
* @Annotation
* @Target({"PROPERTY", "METHOD"})
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
final class ChildOfGroupsAnnotationDummy extends Groups
{
Expand Down

0 comments on commit 1df6595

Please sign in to comment.