Skip to content

Commit 966e4e6

Browse files
committed
chore: run rector before pint
1 parent 6fbe53a commit 966e4e6

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
@@ -53,8 +53,8 @@
5353
"rector": "./vendor/bin/rector",
5454
"stan": "./vendor/bin/phpstan analyse --memory-limit=2G --ansi --no-progress --no-interaction --configuration=phpstan.neon.dist",
5555
"pr": [
56-
"@pint",
5756
"@rector",
57+
"@pint",
5858
"@stan",
5959
"@test"
6060
]

0 commit comments

Comments
 (0)