aboutsummaryrefslogtreecommitdiff
path: root/phpstan-php8.neon.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan-php8.neon.dist')
-rw-r--r--phpstan-php8.neon.dist26
1 files changed, 0 insertions, 26 deletions
diff --git a/phpstan-php8.neon.dist b/phpstan-php8.neon.dist
deleted file mode 100644
index ed3baef..0000000
--- a/phpstan-php8.neon.dist
+++ /dev/null
@@ -1,26 +0,0 @@
-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