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 4c229b8 commit 30229eeCopy full SHA for 30229ee
composer.json
@@ -246,6 +246,7 @@
246
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",
247
"fmt": "vendor/bin/mago fmt",
248
"lint:fix": "vendor/bin/mago lint --fix --format-after-fix",
249
+ "style": "composer fmt && composer lint:fix",
250
"lint": "vendor/bin/mago lint --potentially-unsafe --minimum-fail-level=note",
251
"phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G",
252
"rector": "vendor/bin/rector process --no-ansi",
0 commit comments