Skip to content

Commit 7314255

Browse files
committed
--xdebug flag for phpstan
1 parent 9786526 commit 7314255

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
@@ -34,6 +34,6 @@
3434
"scripts": {
3535
"tester": "tester tests -s -C",
3636
"coverage": "tester -C tests --coverage=coverage.html --coverage-src=src",
37-
"phpstan": "phpstan analyse -c phpstan.neon"
37+
"phpstan": "phpstan analyse -c phpstan.neon --xdebug"
3838
}
3939
}

0 commit comments

Comments
 (0)