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.
2 parents 392508b + 5a2e463 commit 8dffd1bCopy full SHA for 8dffd1b
Constraints/GroupSequence.php
@@ -77,7 +77,6 @@ class GroupSequence
77
*/
78
public function __construct(array $groups)
79
{
80
- // Support for Doctrine annotations
81
$this->groups = $groups['value'] ?? $groups;
82
}
83
0 commit comments