File "phpstan.neon.dist"

Full Path: /home/bettaeza/flyinsyria.com/stripe/stripe-php/phpstan.neon.dist
File size: 207 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