File "phpstan.neon.dist"

Full Path: /home/fundopuh/trader.fxex.org/vendor/stripe/stripe-php/phpstan.neon.dist
File size: 194 bytes
MIME-type: text/plain
Charset: utf-8

includes:
	- phpstan-baseline.neon

parameters:
	level: 1

	bootstrapFiles:
		- tests/bootstrap.php

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

	reportUnmatchedIgnoredErrors: false