Skip to content

Commit

Permalink
Fix phpstan xdebug message
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Nov 8, 2022
1 parent 42fb077 commit 2d4b711
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 @@ -57,7 +57,7 @@
"cs:fix": "php-cs-fixer fix --config=.cs.php --ansi",
"sniffer:check": "phpcs --standard=phpcs.xml",
"sniffer:fix": "phpcbf --standard=phpcs.xml",
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi",
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi --xdebug",
"start": "php -S localhost:8080 -t public/",
"test": "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always",
"test:all": [
Expand Down

0 comments on commit 2d4b711

Please sign in to comment.