aboutsummaryrefslogtreecommitdiff
path: root/phpstan-php8.neon.dist
blob: ed3baef47f6e3e67abc3c6149f39463c5725610d (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
25
26
parameters:
    level: 0
    phpVersion: 80000 # PHP 8.0
    paths:
        - app/controllers
        - app/routes
        - lib
        - tests/functional
        - tests/jsonapi
        - tests/unit
    scanFiles:
        - composer/phpxmlrpc/phpxmlrpc/lib/xmlrpc.inc
    scanDirectories:
        - app/controllers
        - lib
        - vendor
    excludePaths:
        - lib/classes/ZipArchiveLegacyTrait.php
        - lib/elearning/studip_referrer.php
        - lib/soap/StudipSoapClient_PHP5.class.php
    tmpDir: .caches
    earlyTerminatingMethodCalls:
        RESTAPI\RouteMap:
            - error
            - halt
            - notFound