Skip to content

Commit 8dffd1b

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Serializer] Replace "annotation" wording by "attribute"
2 parents 392508b + 5a2e463 commit 8dffd1b

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
@@ -77,7 +77,6 @@ class GroupSequence
7777
*/
7878
public function __construct(array $groups)
7979
{
80-
// Support for Doctrine annotations
8180
$this->groups = $groups['value'] ?? $groups;
8281
}
8382
}

0 commit comments

Comments
 (0)