/home/smartonegroup/www/system/vendor/spatie/ray/phpstan.neon.dist
includes:
	- phpstan-baseline.neon

parameters:
	level: 1
	paths:
		- src
		- tests

	ignoreErrors:
		- '#Unsafe usage of new static\(\)#'
		-
		    message: '#Undefined variable\: \$this#'
		    path: tests