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: 4d1ade41a3f4138c8f4d52dd2487dc99f6a87222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
includes:
    - phpstan-baseline.neon
parameters:
    level: max
    paths:
        - .
    scanFiles:
        - libraries/constants.php
    bootstrapFiles:
        - test/phpstan-constants.php
    stubFiles:
        - test/stubs/Query.stub
        - test/stubs/uploadprogress.stub
    excludePaths:
        - examples/openid.php
        - node_modules/*
        - libraries/cache/*
        - test/doctum-config.php
        - tmp/*
        - twig-templates/*
        - vendor/*
    dynamicConstantNames:
        - ROOT_PATH
        - VERSION_SUFFIX