Skip to content

Commit 4439096

Browse files
authored
Refactor code style check commands in composer.json
1 parent 8975e90 commit 4439096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@cs-check",
7070
"@test"
7171
],
72-
"cs-check": "phpcs --colors -p src/ tests/",
73-
"cs-fix": "phpcbf --colors -p src/ tests/",
72+
"cs-check": "phpcs --colors -p",
73+
"cs-fix": "phpcbf --colors -p",
7474
"phpstan": "tools/phpstan analyse",
7575
"stan": "@phpstan",
7676
"stan-baseline": "tools/phpstan --generate-baseline",

0 commit comments

Comments
 (0)