Skip to content

Commit 30229ee

Browse files
authored
chore: add composer style script (#1728)
1 parent 4c229b8 commit 30229ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",
247247
"fmt": "vendor/bin/mago fmt",
248248
"lint:fix": "vendor/bin/mago lint --fix --format-after-fix",
249+
"style": "composer fmt && composer lint:fix",
249250
"lint": "vendor/bin/mago lint --potentially-unsafe --minimum-fail-level=note",
250251
"phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G",
251252
"rector": "vendor/bin/rector process --no-ansi",

0 commit comments

Comments
 (0)