includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- src
excludes_analyse:
- src/Compiler/Template.php
ignoreErrors:
- '#Access to undefined constant DI\\CompiledContainer::METHOD_MAPPING.#'
- '#Function apcu_.* not found.#'
reportUnmatchedIgnoredErrors: false
inferPrivatePropertyTypeFromConstructor: true