diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-21 09:29:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-21 09:29:24 +0000 |
| commit | b1f13ce8299d581ccb889e2d98e13574bffcc5ba (patch) | |
| tree | 644385d6fea33f831a714fc3783f8161a2cb1d86 /phpstan.neon.dist | |
| parent | 7635e34c038e86e2b369b3f6edc457042ffa5b66 (diff) | |
add remaining class filename and add migration to fix the cronjobs, re #4282
Merge request studip/studip!3136
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 531053a..0aec8e8 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -17,7 +17,7 @@ parameters: excludePaths: - lib/classes/ZipArchiveLegacyTrait.php - lib/elearning/studip_referrer.php - - lib/soap/StudipSoapClient_PHP5.class.php + - lib/soap/StudipSoapClient_PHP5.php tmpDir: .caches earlyTerminatingMethodCalls: RESTAPI\RouteMap: |
