BookStackApp/BookStack

View on GitHub
phpstan.neon.dist

Summary

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

parameters:

    paths:
        - app

    # The level 8 is the highest level
    level: 1

    phpVersion: 80200

    bootstrapFiles:
      - bootstrap/phpstan.php

    ignoreErrors:
    #  - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'

    excludePaths:
        - ./Config/**/*.php
        - ./dev/**/*.php

    checkMissingIterableValueType: false