Enable PHPCS cache

This commit is contained in:
Michael Weimann 2022-12-10 19:45:44 +01:00 committed by Igor Scheller
parent 147a40e581
commit 0633f8f335
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
} }
], ],
"scripts": { "scripts": {
"phpcs": "phpcs -p", "phpcs": "phpcs -p --cache",
"phpcbf": "phpcbf -p", "phpcbf": "phpcbf -p",
"phpstan": "phpstan" "phpstan": "phpstan"
}, },