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