Skip to content

Commit 902a245

Browse files
authored
Refactor cs-check and cs-fix commands in composer.json
1 parent 7f282f0 commit 902a245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@stan",
6868
"@test"
6969
],
70-
"cs-check": "phpcs --colors -p src/ tests/",
71-
"cs-fix": "phpcbf --colors -p src/ tests/",
70+
"cs-check": "phpcs --colors -p",
71+
"cs-fix": "phpcbf --colors -p",
7272
"phpstan": "tools/phpstan analyse",
7373
"stan": "@phpstan",
7474
"stan-baseline": "tools/phpstan --generate-baseline",

0 commit comments

Comments
 (0)