Select Git revision
phpstan.neon.dist
Forked from
Stud.IP / Stud.IP
Source project has a limited visibility.
-
Jan-Hendrik Willms authoredJan-Hendrik Willms authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpstan.neon.dist 517 B
parameters:
level: 0
phpVersion: 70200 # PHP 7.2
paths:
# - app/routes
- lib
# - tests
scanDirectories:
- app/controllers
- lib
- vendor
excludePaths:
- lib/classes/ZipArchiveLegacyTrait.php
- lib/soap/StudipSoapClient_PHP5.class.php
tmpDir: .caches
earlyTerminatingMethodCalls:
RESTAPI\RouteMap:
- error
- halt
errorFormat:
junit
ignoreErrors:
- '#Undefined variable#'