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 89235db commit 6939fe5Copy full SHA for 6939fe5
.github/workflows/format_php.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Retrieve PHPCS‘s cache
44
uses: actions/cache@v3
45
with:
46
- path: .phpcs.cache
+ path: .cache/phpcs
47
key: ${{ runner.os }}-phpcs-${{ hashFiles('phpcs.xml') }}
48
restore-keys: |
49
${{ runner.os }}-phpcs-
composer.json
@@ -31,8 +31,8 @@
31
}
32
},
33
"scripts": {
34
- "cs:check": "phpcs -p -s --colors --report-full --report-summary --cache=./.cache/phpcs",
35
- "cs:fix": "phpcbf -p --colors --cache=./.cache/phpcs",
+ "cs:check": "phpcs -p -s --colors --report-full --report-summary --cache=.cache/phpcs",
+ "cs:fix": "phpcbf -p --colors --cache=.cache/phpcs",
36
"test": "phpunit",
37
"psalm": "psalm"
38
0 commit comments