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 da076cb commit 1164e72Copy full SHA for 1164e72
.github/workflows/ci.yml
@@ -82,6 +82,6 @@ jobs:
82
PHPCS="${COMPOSER_HOME}/vendor/bin/phpcs"
83
"${PHPCS}" \
84
--standard=phpcs.xml.dist \
85
- --ignore=vendor/*,node_modules/* \<<<<<
+ --ignore=vendor/*,node_modules/* \
86
--extensions=php \
87
.
0 commit comments