Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpstan.neon.dist - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 477b986faa0a8bf1372f312317697032ff87cdea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
includes:
    - phpstan-baseline.neon
parameters:
    level: 8
    paths:
        - .
    scanFiles:
        - libraries/vendor_config.php
    bootstrapFiles:
        - test/phpstan-constants.php
    checkMissingIterableValueType: false
    excludePaths:
        - examples/openid.php
        - node_modules/*
        - libraries/cache/*
        - test/doctum-config.php
        - tmp/*
        - twig-templates/*
        - vendor/*
    dynamicConstantNames:
        - ROOT_PATH
        - VERSION_SUFFIX