Skip to content

Commit a040bed

Browse files
committed
Upgrade PHPMD
1 parent bccf2d2 commit a040bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands=(
55
"composer update"
66
"composer normalize --dry-run --indent-size=4 --indent-style=space"
77
"vendor/bin/php-cs-fixer fix --diff --dry-run --verbose"
8-
#"vendor/bin/phpmd src xml phpmd.xml"
8+
"vendor/bin/phpmd src xml phpmd.xml"
99
"vendor/bin/phpstan analyse -vvv"
1010
"vendor/bin/phpunit"
1111
"phpdoc"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"aplus/coding-standard": "^1.12",
4444
"ergebnis/composer-normalize": "^2.25",
4545
"jetbrains/phpstorm-attributes": "^1.0",
46-
"phpmd/phpmd": "^2.12",
46+
"phpmd/phpmd": "^2.13",
4747
"phpstan/phpstan": "^1.5",
4848
"phpunit/phpunit": "^9.5"
4949
},

0 commit comments

Comments
 (0)