Skip to content

Commit

Permalink
DX: AllowedValueSubset::getAllowedValues - fix method prototype (#6585)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored Aug 25, 2022
1 parent 67e28fb commit fda8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixerConfiguration/AllowedValueSubset.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __invoke($values): bool
/**
* @return list<string>
*/
public function getAllowedValues(): ?array
public function getAllowedValues(): array
{
return $this->allowedValues;
}
Expand Down

0 comments on commit fda8448

Please sign in to comment.