We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e275f32 commit 1f15fe2Copy full SHA for 1f15fe2
composer.json
@@ -44,6 +44,6 @@
44
"test:multisite": "phpunit --dont-report-useless-tests --configuration ./phpunit-integration-multisite.xml --testsuite integration --testdox --coverage-text",
45
"phpstan": "phpstan analyse --memory-limit=2048M",
46
"phpstan-baseline": "phpstan analyse -b --allow-empty-baseline --memory-limit=2048M",
47
- "phpmd": "phpmd plugin.php,includes text phpmd.xml.dist --color"
+ "phpmd": "./vendor/bin/phpmd plugin.php,includes text phpmd.xml.dist --color"
48
}
49
0 commit comments