includes: - vendor/phpstan/phpstan-symfony/extension.neon - vendor/phpstan/phpstan-doctrine/extension.neon parameters: level: 6 paths: - src - tests excludePaths: - vendor/* # Maker templates use variables injected by the Generator at # render time; static analysis can't see the binding. - src/Maker/templates/*