InfluxOW/php-project-lvl2

View on GitHub
phpstan.neon

Summary

Maintainability
Test Coverage
parameters:
    level: 8
    paths:
        - src
        - tests
    checkMissingIterableValueType: false
    reportUnmatchedIgnoredErrors: false

    phpstanFunctionalProgramming:
        disallowThrow: false
        disallowClasses: false
        disallowVariablesMutation: false
        disallowUnusedExpression: false