Skip to content

Commit e4c446b

Browse files
committed
err
1 parent 67c97a5 commit e4c446b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"format": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
4242
"analyse-ci": "phpstan analyse --error-format=github",
43-
"analyse": "phpstan analyse --error-format=raw",
43+
"analyse": "phpstan analyse --error-format=raw | sed -E 's/:([0-9]+):/:\\1 /'",
4444
"test": "XDEBUG_MODE=coverage phpunit"
4545
}
4646
}

0 commit comments

Comments
 (0)