Skip to content

Commit

Permalink
minor #51134 [Serializer] Remove obsolete annotation from fixture (de…
Browse files Browse the repository at this point in the history
…rrabus)

This PR was merged into the 7.0 branch.

Discussion
----------

[Serializer] Remove obsolete annotation from fixture

| Q             | A
| ------------- | ---
| Branch?       | 7.0
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Follows #51080
| License       | MIT
| Doc PR        | not needed

I missed a spot while working on #51080.

Commits
-------

1df6595 [Serializer] Remove obsolete annotation from fixture
  • Loading branch information
derrabus committed Jul 27, 2023
2 parents a434e36 + 1df6595 commit 0351be8
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 0351be8

Please sign in to comment.