From 4e7f5d07d6e879c82cd29bf77870dc1edbc41fb8 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:40:29 +0100 Subject: [PATCH] chore(tooling): add --ansi to phpstan composer script --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0fd1b17e..d80599cb8 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ ], "refactor": "rector", "format": "pint --parallel", - "lint": "phpstan --memory-limit=2G", + "lint": "phpstan --memory-limit=2G --ansi", "test": [ "@php artisan config:clear --ansi", "XDEBUG_MODE=coverage pest --parallel --coverage --exactly=100"