Skip to content

Commit 345aa6d

Browse files
Benoit NgoNgob
authored andcommitted
fix(phpmd): removing old option ansi
1 parent 1f7d24f commit 345aa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/back/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"cs-check": "phpcs --standard=phpcs.xml.dist",
7878
"cs-fix": "phpcbf --standard=phpcs.xml.dist",
7979
"test": "php bin/phpunit",
80-
"phpmd": "phpmd src/ ansi ./phpmd.xml --ansi",
80+
"phpmd": "phpmd src/ ansi ./phpmd.xml",
8181
"console": [
8282
"Composer\\Config::disableProcessTimeout",
8383
"php bin/console -v --ansi"

0 commit comments

Comments
 (0)