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 b5c14f3 commit 64c65e6Copy full SHA for 64c65e6
commands/web/phpcbf
@@ -11,5 +11,5 @@ if ! command -v phpcbf >/dev/null; then
11
echo "phpcbf is not available. You may need to 'ddev composer install'"
12
exit 1
13
fi
14
-test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/scripts/phpcs.xml.dist
+test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/assets/phpcs.xml.dist
15
phpcbf -s --report-full --report-summary --report-source web/modules/custom "$@"
0 commit comments