Skip to content

Commit fda8448

Browse files
authored
DX: AllowedValueSubset::getAllowedValues - fix method prototype (#6585)
1 parent 67e28fb commit fda8448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixerConfiguration/AllowedValueSubset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __invoke($values): bool
5555
/**
5656
* @return list<string>
5757
*/
58-
public function getAllowedValues(): ?array
58+
public function getAllowedValues(): array
5959
{
6060
return $this->allowedValues;
6161
}

0 commit comments

Comments
 (0)