Strimoid/Strimoid

View on GitHub
phpstan.neon

Summary

Maintainability
Test Coverage
includes:
    - vendor/larastan/larastan/extension.neon

parameters:

    paths:
        - app/
        - src/

    # The level 8 is the highest level
    level: 4

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

    excludePaths:
        - ./app/Api/**/*.php

    checkMissingIterableValueType: false