Skip to content

Commit 742f19a

Browse files
staabmclxmstaab
andauthored
run phpstan always in debug mode for now (#29)
Co-authored-by: Markus Staab <[email protected]>
1 parent 018ea3c commit 742f19a

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
@@ -33,7 +33,7 @@
3333
"phpstan analyse -c phpstan.neon.dist --debug"
3434
],
3535
"phpstan": [
36-
"phpstan analyse -c phpstan.neon.dist"
36+
"phpstan analyse -c phpstan.neon.dist --debug"
3737
],
3838
"phpunit": [
3939
"phpunit"

0 commit comments

Comments
 (0)