includes:
	- phpstan.includes.php
parameters:
	phpVersion: 80100
	tmpDir: builds/phpstan
	level: 6
	bootstrapFiles:
		- vendor/autoload.php
	paths:
		- src
	excludePaths:
		- vendor/*
		- builds/*
		- dump/*
	checkMissingIterableValueType: false
	checkGenericClassInNonGenericObjectType: false
	checkMissingCallableSignature: true
	treatPhpDocTypesAsCertain: false
services:
	- Luminova\Debugger\PHPStanRules
 
  |