Skip to content

Commit 0edb71f

Browse files
committed
Only run fixable formatting after rector
1 parent dc71ddb commit 0edb71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _phpcs:
4141
php ./vendor/bin/phpcs -d memory_limit=512M -s --standard=./phpcs.xml --extensions=php src tests views *.php
4242

4343
# Run rector code transformations
44-
rector: && _format-php
44+
rector: && _phpcbf
4545
# We sometimes get errors running without --debug
4646
php ./vendor/bin/rector --debug
4747

0 commit comments

Comments
 (0)