aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/RangeFactory.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-06-14 12:47:13 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-06-14 12:47:13 +0000
commit00b4e32c6dcff8ca9b038c59b81e93b11737ac25 (patch)
tree4acbfdf5c4431b1555e4fdf5e679514144f385c9 /lib/classes/RangeFactory.php
parentf345a34d0152960833fcee51e4834cf7ab2396f7 (diff)
add consultation routes
Closes #1149 Merge request studip/studip!686
Diffstat (limited to 'lib/classes/RangeFactory.php')
-rw-r--r--lib/classes/RangeFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/RangeFactory.php b/lib/classes/RangeFactory.php
index 73cf11e..8da592a 100644
--- a/lib/classes/RangeFactory.php
+++ b/lib/classes/RangeFactory.php
@@ -31,7 +31,7 @@ final class RangeFactory
* @param string $type Range type
* @param mixed $id Range id
* @return mixed any of the supported range types
- * @throws Exception when an invalid range type was given
+ * @throws Exception when an invalid range type was given
*
* @todo Should this be more dynamic in case any more ranges are added?
*/