diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-09-27 11:50:34 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-09-27 11:50:34 +0000 |
| commit | 5f78b312c8ad82f91148d6bfe79c614651736161 (patch) | |
| tree | 43b1092303c8fd99a1cf1c1493da567bf8119eed /lib/models/MvvFileRange.php | |
| parent | 48ea0fdedeaa4b75e113a521d63682fed3881c4e (diff) | |
fix errors found through static code analysis, fixes #4562
Closes #4562
Merge request studip/studip!3375
Diffstat (limited to 'lib/models/MvvFileRange.php')
| -rw-r--r-- | lib/models/MvvFileRange.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/MvvFileRange.php b/lib/models/MvvFileRange.php index 9155c1f..4c0c695 100644 --- a/lib/models/MvvFileRange.php +++ b/lib/models/MvvFileRange.php @@ -48,7 +48,7 @@ class MvvFileRange extends ModuleManagementModel /** * Returns the rangetype of the document based on its foldertype. * - * @return bool|string Returns false on failure, otherwise the name of the range. + * @return string Returns false on failure, otherwise the name of the range. */ public function getRangeType() { |
