Skip to content

Commit bc8f52d

Browse files
committed
more PHPCS options
1 parent decf674 commit bc8f52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/web/phpcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ if ! command -v phpcs >/dev/null; then
1212
echo "phpcs is not available. You may need to 'ddev composer install'"
1313
exit 1
1414
fi
15-
phpcs web/modules/custom "$@"
15+
phpcs -s --report-full --report-summary --report-source web/modules/custom "$@"

0 commit comments

Comments
 (0)