Skip to content

Commit 2b4e803

Browse files
committed
Add the phpcbf script.
1 parent 56d1587 commit 2b4e803

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"test": [
6767
"@composer validate --strict --no-check-lock",
6868
"@test:phpstan",
69+
"@test:phpcbf",
6970
"@test:phpcs",
7071
"@test:start",
7172
"@test:integration",
@@ -81,6 +82,9 @@
8182
"test:phpcs": [
8283
"phpcs -nps --colors --report-code --report-summary --report-width=80 --basepath=./ ."
8384
],
85+
"test:phpcbf": [
86+
"phpcbf -nps --colors --report-code --report-summary --report-width=80 --basepath=./ ."
87+
],
8488
"test:phpstan": [
8589
"codecept build #",
8690
"phpstan analyze -v --memory-limit=1024M"

0 commit comments

Comments
 (0)