includes: - phpstan-baseline.neon parameters: level: 6 paths: - src # Bootstrap for autoloading bootstrapFiles: - vendor/autoload.php # Enable generic templates inferPrivatePropertyTypeFromConstructor: true # Ignore patterns ignoreErrors: - identifier: missingType.iterableValue - identifier: missingType.generics