Skip to content

Commit 21f7c1b

Browse files
staabmondrejmirtes
authored andcommitted
fix build after phpstan-src change
1 parent 32d667d commit 21f7c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/Operators/OperandInArithmeticIncrementOrDecrementRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testRule(): void
2626
abstract protected function createRule(OperatorRuleHelper $helper): Rule;
2727

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

0 commit comments

Comments
 (0)