Skip to content

Commit 11980a7

Browse files
committed
Resolving merge conflicts
1 parent 6e455d8 commit 11980a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@phpmd",
2727
"@phpunit"
2828
],
29-
"phpcs": "phpcs ./ --standard=Test/static/phpcs-ruleset.xml -p -n",
30-
"phpmd": "phpmd Console xml Test/static/phpmd-ruleset.xml",
29+
"phpcs": "phpcs ./ --standard=test/static/phpcs-ruleset.xml -p -n",
30+
"phpmd": "phpmd Console xml test/static/phpmd-ruleset.xml",
3131
"phpunit": "phpunit --configuration Test/Unit",
3232
"pre-install-cmd": "@install_suggested",
3333
"pre-update-cmd": "@install_suggested",

0 commit comments

Comments
 (0)