Skip to content

Commit 1df6595

Browse files
committed
[Serializer] Remove obsolete annotation from fixture
1 parent a434e36 commit 1df6595

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/Serializer/Tests/Fixtures/ChildOfGroupsAnnotationDummy.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
use Symfony\Component\Serializer\Annotation\Groups;
66

7-
/**
8-
* @Annotation
9-
* @Target({"PROPERTY", "METHOD"})
10-
*/
117
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
128
final class ChildOfGroupsAnnotationDummy extends Groups
139
{

0 commit comments

Comments
 (0)