aboutsummaryrefslogtreecommitdiff
path: root/lib/models
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2025-10-15 14:45:09 +0000
committerMoritz Strohm <strohm@data-quest.de>2025-10-15 14:45:09 +0000
commit2fffc8a81a1f3c3665efac516aab93e823e6cd14 (patch)
tree012bbaa4c868f701c105fc8cd4ee5a551c8cdf73 /lib/models
parent894dd34eed77192d955c32783bc4d874c0716c2c (diff)
TIC 2832, closes #2832
Closes #2832 Merge request studip/studip!4453
Diffstat (limited to 'lib/models')
-rw-r--r--lib/models/SemesterHoliday.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/models/SemesterHoliday.php b/lib/models/SemesterHoliday.php
index ab058e1..ce56e48 100644
--- a/lib/models/SemesterHoliday.php
+++ b/lib/models/SemesterHoliday.php
@@ -56,9 +56,9 @@ class SemesterHoliday extends SimpleORMap
/**
* returns all SemesterHoliday between given timestamps (starting AND ending within given timestamps)
- * @param integer $timestamp_start
- * @param integer $timestamp_end
- * @return array of SemesterHoliday
+ * @param int $timestamp_start
+ * @param int $timestamp_end
+ * @return SemesterHoliday[]
*/
public static function findByTimestampRange($timestamp_start, $timestamp_end)
{