aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
blob: 6a6a6d86f6a80a2102f10d69aae770b65295f5a9 (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
27
parameters:
    level: 0
    phpVersion: 70400 # PHP 7.4
    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
        - lib/ilias_interface/studip_referrer_9x.php
    tmpDir: .caches
    earlyTerminatingMethodCalls:
        RESTAPI\RouteMap:
            - error
            - halt
            - notFound