Skip to content

Commit

Permalink
--xdebug flag for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspijak committed Nov 22, 2022
1 parent 9786526 commit 7314255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"scripts": {
"tester": "tester tests -s -C",
"coverage": "tester -C tests --coverage=coverage.html --coverage-src=src",
"phpstan": "phpstan analyse -c phpstan.neon"
"phpstan": "phpstan analyse -c phpstan.neon --xdebug"
}
}

0 comments on commit 7314255

Please sign in to comment.