Skip to content

Commit 54c6b07

Browse files
committed
Adjust phpcs config
1 parent ae864b6 commit 54c6b07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"sort-packages": true
7575
},
7676
"scripts": {
77-
"cs-check": "phpcs --extensions=php",
78-
"cs-fix": "phpcbf --extensions=php",
77+
"cs-check": "phpcs --colors --parallel=16",
78+
"cs-fix": "phpcbf --colors --parallel=16",
7979
"lowest": "validate-prefer-lowest",
8080
"lowest-setup": "composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction && cp composer.json composer.backup && composer require --dev dereuromark/composer-prefer-lowest && mv composer.backup composer.json",
81-
"stan": "phpstan analyse",
81+
"stan": "phpstan analyze",
8282
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^2.0.0 && mv composer.backup composer.json",
83-
"stan-tests": "phpstan analyse -c tests/phpstan.neon",
83+
"stan-tests": "phpstan analyze -c tests/phpstan.neon",
8484
"test": "phpunit",
8585
"test-coverage": "phpunit --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml"
8686
}

0 commit comments

Comments
 (0)