CPS-IT/project-builder

View on GitHub
phpstan.neon

Summary

Maintainability
Test Coverage
includes:
    - .build/vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
    level: max
    paths:
        - src
        - tests/src
    excludePaths:
        - tests/src/Fixtures/Templates/*/vendor/*
    bootstrapFiles:
        - tests/bootstrap.php
    symfony:
        containerXmlPath: var/cache/test-container.xml