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 8fce89b commit e1ea09dCopy full SHA for e1ea09d
composer.json
@@ -54,6 +54,7 @@
54
"lint" : "phpcs",
55
"fix" : "phpcbf",
56
"stan": "phpstan analyse --ansi --memory-limit 2048M",
57
+ "phpstan-baseline": "phpstan analyse --ansi --error-format baselineNeon > phpstan-baseline.neon",
58
"check": "composer lint && composer stan && composer test"
59
}
60
0 commit comments