We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decf674 commit bc8f52dCopy full SHA for bc8f52d
commands/web/phpcs
@@ -12,4 +12,4 @@ if ! command -v phpcs >/dev/null; then
12
echo "phpcs is not available. You may need to 'ddev composer install'"
13
exit 1
14
fi
15
-phpcs web/modules/custom "$@"
+phpcs -s --report-full --report-summary --report-source web/modules/custom "$@"
0 commit comments