Skip to content

Commit 2c3e037

Browse files
committed
chore: add phpmd in composer sa
1 parent 32d3d27 commit 2c3e037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
],
4646
"sa": [
4747
"./vendor/bin/phpstan analyse -c phpstan.neon",
48-
"psalm --show-info=true"
48+
"psalm --show-info=true",
49+
"./vendor/bin/phpmd src text ./phpmd.xml"
4950
],
5051
"tests": [
5152
"@cs",

0 commit comments

Comments
 (0)