We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa004c commit 5a2e463Copy full SHA for 5a2e463
Constraints/GroupSequence.php
@@ -83,7 +83,6 @@ class GroupSequence
83
*/
84
public function __construct(array $groups)
85
{
86
- // Support for Doctrine annotations
87
$this->groups = $groups['value'] ?? $groups;
88
}
89
0 commit comments