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 45ff2c9 commit 63b06e4Copy full SHA for 63b06e4
composer.json
@@ -51,7 +51,7 @@
51
"test-coverage": "XDEBUG_MODE=coverage phpunit --bootstrap=vendor/autoload.php --coverage-html=build/coverage --whitelist=src tests",
52
"test-debug": "XDEBUG_MODE=debug phpunit --bootstrap=vendor/autoload.php --no-coverage --debug tests",
53
"test-all": [
54
- "@style-lint",
+ "@format",
55
"@stan",
56
"@test-coverage"
57
]
0 commit comments