We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d1587 commit 2b4e803Copy full SHA for 2b4e803
1 file changed
composer.json
@@ -66,6 +66,7 @@
66
"test": [
67
"@composer validate --strict --no-check-lock",
68
"@test:phpstan",
69
+ "@test:phpcbf",
70
"@test:phpcs",
71
"@test:start",
72
"@test:integration",
@@ -81,6 +82,9 @@
81
82
"test:phpcs": [
83
"phpcs -nps --colors --report-code --report-summary --report-width=80 --basepath=./ ."
84
],
85
+ "test:phpcbf": [
86
+ "phpcbf -nps --colors --report-code --report-summary --report-width=80 --basepath=./ ."
87
+ ],
88
"test:phpstan": [
89
"codecept build #",
90
"phpstan analyze -v --memory-limit=1024M"
0 commit comments