File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ if ! command -v phpcbf >/dev/null; then
1212 exit 1
1313fi
1414test -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 " $@ "
15+ phpcbf -s --report-full --report-summary --report-source $DDEV_DOCROOT /modules/custom " $@ "
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ if ! command -v phpcs >/dev/null; then
1212 exit 1
1313fi
1414test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/assets/phpcs.xml.dist
15- phpcs -s --report-full --report-summary --report-source web /modules/custom --ignore=* /.ddev/* " $@ "
15+ phpcs -s --report-full --report-summary --report-source $DDEV_DOCROOT /modules/custom --ignore=* /.ddev/* " $@ "
You can’t perform that action at this time.
0 commit comments