summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
blob: 0474eb6a041f7ca26415807298c0834a18b1a0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
includes:
    - phpstan-baseline.neon
    - vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
    fileExtensions:
        - php
        - phtml

    level: max

    paths:
        - index.php
        - public/index.php
        - app
        - resources/views
        - tests

    dynamicConstantNames:
        - Fisharebest\Webtrees\Webtrees::STABILITY