We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ddfea commit 15ca555Copy full SHA for 15ca555
composer.json
@@ -64,6 +64,10 @@
64
"coverage": "phpunit -c tests/phpunit-coverage.xml.dist --coverage-html=\".phpunit.cache/code-coverage\"",
65
"phpstan": "phpstan analyze --memory-limit 512M --configuration .phpstan.neon",
66
"phpunit": "phpunit -c phpunit.xml.dist",
67
+ "rectify": [
68
+ "@rector",
69
+ "@codestyle"
70
+ ],
71
"rector": "rector -c .rector.php",
72
"test": [
73
"@phpstan",
0 commit comments