Skip to content

Commit 86f59e2

Browse files
committed
Add PHPStan baseline
1 parent b6b6269 commit 86f59e2

File tree

3 files changed

+2315
-10
lines changed

3 files changed

+2315
-10
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"lint" : "phpcs",
5454
"fix" : "phpcbf",
5555
"stan": "phpstan analyse --ansi --memory-limit 2048M",
56+
"phpstan-baseline": "phpstan analyse --ansi --error-format baselineNeon > phpstan-baseline.neon",
5657
"check": "composer lint && composer stan && composer test"
5758
}
5859
}

0 commit comments

Comments
 (0)