Skip to content

Commit

Permalink
fix phpmd command in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond authored Nov 17, 2023
1 parent e7c9965 commit 8672bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ phpcs:
# @see https://phpmd.org/
#
# These values are used in the defaults/build.xml template:
# $> phpmd ${phpmd.directories} ${phpmd.format} ${phpmd.rulesets} --suffixes=${phpmd.suffixes}
# $> phpmd ${phpmd.directories} ${phpmd.format} ${phpmd.rulesets} --suffixes ${phpmd.suffixes}
phpmd:
# Comma-separated list of directories to review.
directories: "${drupal.root}/modules/custom/,${drupal.root}/themes/custom/"
Expand Down

0 comments on commit 8672bd3

Please sign in to comment.