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 f867eb0 commit 51ab885Copy full SHA for 51ab885
composer.json
@@ -32,7 +32,7 @@
32
"run:plugin": "DR\\CodeSnifferBaseline\\Plugin\\Plugin::run",
33
"check": ["@check:phpstan", "@check:phpmd", "@check:phpcs"],
34
"check:phpstan": "phpstan analyse",
35
- "check:phpmd": "phpmd src,tests text phpmd.xml.dist --suffixes=php",
+ "check:phpmd": "phpmd src,tests text phpmd.xml.dist --suffixes php",
36
"check:phpcs": "phpcs src tests",
37
"fix": "@fix:phpcbf",
38
"fix:phpcbf": "phpcbf src tests",
0 commit comments