Skip to content

Commit 954bdc3

Browse files
committed
cs
1 parent d3f29a9 commit 954bdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public function testJetBrainsTerminalRelativePath(): void
441441
false,
442442
null,
443443
null,
444-
0
444+
0,
445445
);
446446
$error = new Error('Test', 'Foo.php', 12, filePath: self::DIRECTORY_PATH . '/rel/Foo.php');
447447
$formatter->formatErrors(new AnalysisResult([$error], [], [], [], [], false, null, true, 0, false, []), $this->getOutput(true));
@@ -463,7 +463,7 @@ private function createErrorFormatter(?string $editorUrl, ?string $editorUrlTitl
463463
false,
464464
$editorUrl,
465465
$editorUrlTitle,
466-
0
466+
0,
467467
);
468468
}
469469

0 commit comments

Comments
 (0)