Skip to content

Commit 5572ad9

Browse files
committed
use phpmd directly
1 parent 6f59ec5 commit 5572ad9

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
@@ -44,6 +44,6 @@
4444
"test:multisite": "phpunit --dont-report-useless-tests --configuration ./phpunit-integration-multisite.xml --testsuite integration --testdox --coverage-text",
4545
"phpstan": "phpstan analyse --memory-limit=2048M",
4646
"phpstan-baseline": "phpstan analyse -b --allow-empty-baseline --memory-limit=2048M",
47-
"phpmd": "./vendor/bin/phpmd plugin.php,includes text phpmd.xml.dist --color"
47+
"phpmd": "phpmd plugin.php,includes text phpmd.xml.dist --color"
4848
}
4949
}

0 commit comments

Comments
 (0)