File "phpstan.neon.dist"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/spatie/laravel-backup/phpstan.neon.dist
File size: 299 bytes
MIME-type: text/plain
Charset: utf-8

includes:
    - phpstan-baseline.neon

parameters:
    level: 5
    paths:
        - src
        - config
    tmpDir: build/phpstan
    checkOctaneCompatibility: true
    checkModelProperties: true
    checkMissingIterableValueType: false

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