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 a95ced2 commit 27013f8Copy full SHA for 27013f8
.github/workflows/lint.yml
@@ -37,4 +37,6 @@ jobs:
37
uses: wearerequired/lint-action@v2
38
with:
39
php_codesniffer: true
40
- php_codesniffer_args: "--standard=psr12 --ignore=test/*"
+ php_codesniffer_args:
41
+ - --standard=psr12
42
+ - --ignore=test/*
0 commit comments