Skip to content

Commit 80ff953

Browse files
committed
fix php7
1 parent 48aa595 commit 80ff953

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,9 @@ public function testErrorLimit(
449449

450450
$formatter = $this->createErrorFormatter(
451451
null,
452-
usedLevel: $usedLevel,
453-
errorsBudget: $errorsBudget,
452+
null,
453+
$usedLevel,
454+
$errorsBudget,
454455
);
455456
$errors = [];
456457
$errors[] = new Error('Test', 'Foo.php (in context of trait)', 12, filePath: 'Foo.php', traitFilePath: 'Bar.php');

0 commit comments

Comments
 (0)