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 dfea281 commit 846d28aCopy full SHA for 846d28a
.github/workflows/static-code-analysis.yml
@@ -9,4 +9,4 @@ jobs:
9
with:
10
fetch-depth: 1
11
- name: Run PHP_CodeSniffer
12
- run: docker run --rm -v $(pwd):/data cytopia/phpcs --standard=./phpcs.xml
+ run: docker run --rm -v $(pwd):/data cytopia/phpcs --standard=./phpcs.xml.dist
0 commit comments