ekmungai/eloquent-ifrs

View on GitHub
phpstan.neon

Summary

Maintainability
Test Coverage
includes:
    - .\vendor\nunomaduro\larastan\extension.neon

parameters:
    paths:
        - src

    # The level 8 is the highest level
    level: 7

    ignoreErrors:
        - '#Unsafe usage of new static#'

    excludes_analyse:
        - ./*/*/FileToBeExcluded.php

    checkMissingIterableValueType: false