We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8975e90 commit 4439096Copy full SHA for 4439096
composer.json
@@ -69,8 +69,8 @@
69
"@cs-check",
70
"@test"
71
],
72
- "cs-check": "phpcs --colors -p src/ tests/",
73
- "cs-fix": "phpcbf --colors -p src/ tests/",
+ "cs-check": "phpcs --colors -p",
+ "cs-fix": "phpcbf --colors -p",
74
"phpstan": "tools/phpstan analyse",
75
"stan": "@phpstan",
76
"stan-baseline": "tools/phpstan --generate-baseline",
0 commit comments