We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e28fb commit fda8448Copy full SHA for fda8448
src/FixerConfiguration/AllowedValueSubset.php
@@ -55,7 +55,7 @@ public function __invoke($values): bool
55
/**
56
* @return list<string>
57
*/
58
- public function getAllowedValues(): ?array
+ public function getAllowedValues(): array
59
{
60
return $this->allowedValues;
61
}
0 commit comments