Skip to content

Commit

Permalink
fix build after phpstan-src change
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and ondrejmirtes committed Feb 23, 2022
1 parent 32d667d commit 21f7c1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testRule(): void
abstract protected function createRule(OperatorRuleHelper $helper): Rule;

/**
* @return mixed[][]
* @return list<array{0: string, 1: int, 2?: string}>
*/
abstract protected function getExpectedErrors(): array;

Expand Down

0 comments on commit 21f7c1b

Please sign in to comment.