Skip to content

Commit e1ea09d

Browse files
committed
Add PHPStan baseline
1 parent 8fce89b commit e1ea09d

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
@@ -54,6 +54,7 @@
5454
"lint" : "phpcs",
5555
"fix" : "phpcbf",
5656
"stan": "phpstan analyse --ansi --memory-limit 2048M",
57+
"phpstan-baseline": "phpstan analyse --ansi --error-format baselineNeon > phpstan-baseline.neon",
5758
"check": "composer lint && composer stan && composer test"
5859
}
5960
}

0 commit comments

Comments
 (0)