Skip to content

Commit 5a09ac0

Browse files
committed
Remove phpstan option --ansi
1 parent fff4b8b commit 5a09ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"sort-packages": true
5858
},
5959
"scripts": {
60-
"baseline": "phpstan --ansi --generate-baseline",
60+
"baseline": "phpstan --generate-baseline",
6161
"bench": "phpbench run",
6262
"check": "composer fix && composer stan && composer test",
6363
"docs": "php generate-class-reference.php",
6464
"fix": "php-cs-fixer fix",
65-
"stan": "phpstan --ansi",
65+
"stan": "phpstan",
6666
"test": "phpunit"
6767
}
6868
}

0 commit comments

Comments
 (0)