chore(tooling): add --ansi to phpstan composer script

This commit is contained in:
peaklabs-dev 2025-12-03 14:40:29 +01:00
parent 6abf9cff02
commit 4e7f5d07d6
No known key found for this signature in database

View file

@ -68,7 +68,7 @@
], ],
"refactor": "rector", "refactor": "rector",
"format": "pint --parallel", "format": "pint --parallel",
"lint": "phpstan --memory-limit=2G", "lint": "phpstan --memory-limit=2G --ansi",
"test": [ "test": [
"@php artisan config:clear --ansi", "@php artisan config:clear --ansi",
"XDEBUG_MODE=coverage pest --parallel --coverage --exactly=100" "XDEBUG_MODE=coverage pest --parallel --coverage --exactly=100"