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 0066cab commit e52ad55Copy full SHA for e52ad55
composer.json
@@ -94,6 +94,7 @@
94
"cs:dry-run": "vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
95
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
96
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
97
+ "phpstan:baseline": "vendor/bin/phpstan analyse -c phpstan.neon --generate-baseline phpstan-baseline.php src",
98
"rector": "vendor/bin/rector process --ansi",
99
"rector:dry-run": "vendor/bin/rector process --ansi --dry-run",
100
"test": [
0 commit comments