We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de857e7 commit 9894829Copy full SHA for 9894829
composer.json
@@ -45,7 +45,7 @@
45
},
46
"scripts": {
47
"php-cs-fixer": "./vendor/bin/php-cs-fixer fix . --dry-run --diff",
48
- "phpstan": "./vendor/bin/phpstan analyse PhpChmod tests --level=5",
+ "phpstan": "./vendor/bin/phpstan analyse src tests --level=5",
49
"test": "./vendor/bin/phpunit --bootstrap vendor/autoload.php --colors=always tests/"
50
}
51
0 commit comments