Current File : /home/tradevaly/www/vendor/stripe/stripe-php/phpstan.neon.dist
includes:
	- phpstan-baseline.neon

parameters:
	level: 1

	bootstrapFiles:
		- tests/bootstrap.php

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

	reportUnmatchedIgnoredErrors: false