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 cc2de36 commit b047c5cCopy full SHA for b047c5c
Constraints/GroupSequence.php
@@ -84,6 +84,6 @@ class GroupSequence
84
public function __construct(array $groups)
85
{
86
// Support for Doctrine annotations
87
- $this->groups = isset($groups['value']) ? $groups['value'] : $groups;
+ $this->groups = $groups['value'] ?? $groups;
88
}
89
0 commit comments