Skip to content

Commit

Permalink
Update phpstan settings
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 31, 2022
1 parent 1d14967 commit f4b9d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.cs.php",
"cs:fix": "php-cs-fixer fix --config=.cs.php",
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi",
"stan": "phpstan analyse -c phpstan.neon --no-progress --ansi --xdebug",
"sniffer:check": "phpcs --standard=phpcs.xml",
"sniffer:fix": "phpcbf --standard=phpcs.xml",
"test": "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always",
Expand Down
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ parameters:
- src
- tests
excludePaths:
- tests/test.php
- tests/phinx.php
- tests/TestCase/test.php
- tests/TestCase/phinx.php
- tests/diffs

0 comments on commit f4b9d94

Please sign in to comment.