diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-10-26 10:32:43 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-10-26 10:32:43 +0000 |
| commit | e1af76a74550bcdd55eb48b9a32f39f468a466cd (patch) | |
| tree | 9b318bcdbe749ae62f3b6fc4476d4d0aa14ea2d3 /phpstan-php8.neon.dist | |
| parent | 11eefe375e36c8e99cf28019d5d66b2eb8b4d5a9 (diff) | |
fix for BIESt 1283, closes #1283
Closes #1283
Merge request studip/studip!1066
Diffstat (limited to 'phpstan-php8.neon.dist')
| -rw-r--r-- | phpstan-php8.neon.dist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/phpstan-php8.neon.dist b/phpstan-php8.neon.dist new file mode 100644 index 0000000..ed3baef --- /dev/null +++ b/phpstan-php8.neon.dist @@ -0,0 +1,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 |
