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 bc92bba + b047c5c commit e3ec39bCopy full SHA for e3ec39b
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