Skip to content

Commit a498483

Browse files
committed
MC-25203: Introduce PHPStan code analysis tool to the static build
- Fix test
1 parent b6819dc commit a498483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/framework/tests/unit/testsuite/Magento/PhpStan/Formatters/FilteredErrorFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class FilteredErrorFormatterTest extends ErrorFormatterTestCase
3333
*/
3434
public function testFormatErrors(
3535
string $message,
36-
int $exitCode
36+
int $exitCode,
3737
array $fileErrors,
3838
string $expected
3939
): void {

0 commit comments

Comments
 (0)