Skip to content

Commit 5a2e463

Browse files
[Serializer] Replace "annotation" wording by "attribute"
1 parent ffa004c commit 5a2e463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Constraints/GroupSequence.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class GroupSequence
8383
*/
8484
public function __construct(array $groups)
8585
{
86-
// Support for Doctrine annotations
8786
$this->groups = $groups['value'] ?? $groups;
8887
}
8988
}

0 commit comments

Comments
 (0)