Skip to content

Commit 36fdee1

Browse files
Update PHPStan command in composer.json to use configuration file
1 parent 09627a8 commit 36fdee1

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
@@ -23,7 +23,7 @@
2323
},
2424
"scripts": {
2525
"lint": "phpcs --standard=phpcs.xml",
26-
"stan": "phpstan analyse src --level=max",
26+
"stan": "phpstan analyse src -c phpstan.neon.dist",
2727
"test": "phpunit -c phpunit.xml.dist --testdox"
2828
},
2929
"extra": {

0 commit comments

Comments
 (0)