Skip to content

Commit 51ab885

Browse files
committed
Update composer check:phpmd
1 parent f867eb0 commit 51ab885

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
@@ -32,7 +32,7 @@
3232
"run:plugin": "DR\\CodeSnifferBaseline\\Plugin\\Plugin::run",
3333
"check": ["@check:phpstan", "@check:phpmd", "@check:phpcs"],
3434
"check:phpstan": "phpstan analyse",
35-
"check:phpmd": "phpmd src,tests text phpmd.xml.dist --suffixes=php",
35+
"check:phpmd": "phpmd src,tests text phpmd.xml.dist --suffixes php",
3636
"check:phpcs": "phpcs src tests",
3737
"fix": "@fix:phpcbf",
3838
"fix:phpcbf": "phpcbf src tests",

0 commit comments

Comments
 (0)