diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-14 07:22:51 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-07-14 07:22:51 +0000 |
| commit | 60080354dcc904e01f4ee88793d0e132afca8227 (patch) | |
| tree | cfa130035184cb194f1e1f2a1f515c96ce60f9fe /phpstan.neon.dist | |
| parent | 988123d8bf65657907cde0a522e5354b476212d8 (diff) | |
resurrect lost commit, fixes #1235
Closes #1235
Merge request studip/studip!806
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5927683..588535a 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -5,12 +5,15 @@ parameters: # - app/routes - lib # - tests + 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: @@ -20,4 +23,4 @@ parameters: errorFormat: junit ignoreErrors: - - '#Undefined variable#' + # - '#Undefined variable#' |
