Skip to content

Commit 9e6b30e

Browse files
committed
fix: pr check arrangement
1 parent ffe3205 commit 9e6b30e

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
@@ -48,8 +48,8 @@
4848
"rector": "./vendor/bin/rector",
4949
"stan": "./vendor/bin/phpstan analyse --memory-limit=2G --ansi --no-progress --no-interaction --configuration=phpstan.neon.dist",
5050
"pr": [
51-
"@pint",
5251
"@rector",
52+
"@pint",
5353
"@stan",
5454
"@test"
5555
]

0 commit comments

Comments
 (0)