Skip to content

Commit 6ee5174

Browse files
committed
Merge remote-tracking branch 'origin/swat-pr-fix' into swat-pr-fix
2 parents 4729c05 + 2d056d9 commit 6ee5174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@phpmd",
2929
"@phpunit"
3030
],
31-
"phpstan": "phpstan analyse -c Test/static/phpstan.neon",
32-
"phpcs": "phpcs ./ --standard=Test/static/phpcs-ruleset.xml -p -n",
33-
"phpmd": "phpmd Console xml Test/static/phpmd-ruleset.xml",
31+
"phpstan": "phpstan analyse -c test/static/phpstan.neon",
32+
"phpcs": "phpcs ./ --standard=test/static/phpcs-ruleset.xml -p -n",
33+
"phpmd": "phpmd Console xml test/static/phpmd-ruleset.xml",
3434
"phpunit": "phpunit --configuration Test/Unit",
3535
"pre-install-cmd": "@install_suggested",
3636
"pre-update-cmd": "@install_suggested",

0 commit comments

Comments
 (0)