summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/phpstan.neon.dist
blob: 693e640fde95d7b3ebc747e01a905931fe2b99f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
includes:
	- phpstan-baseline.neon

parameters:
	level: 1

	bootstrapFiles:
		- tests/bootstrap.php

	ignoreErrors:
		- '#Unsafe usage of new static\(\).#'

	reportUnmatchedIgnoredErrors: false