Skip to content

Commit 63b06e4

Browse files
committed
Composer: script updates
1 parent 45ff2c9 commit 63b06e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test-coverage": "XDEBUG_MODE=coverage phpunit --bootstrap=vendor/autoload.php --coverage-html=build/coverage --whitelist=src tests",
5252
"test-debug": "XDEBUG_MODE=debug phpunit --bootstrap=vendor/autoload.php --no-coverage --debug tests",
5353
"test-all": [
54-
"@style-lint",
54+
"@format",
5555
"@stan",
5656
"@test-coverage"
5757
]

0 commit comments

Comments
 (0)