summaryrefslogtreecommitdiff
path: root/app/Model/Timetable.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Timetable.php')
-rw-r--r--app/Model/Timetable.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Model/Timetable.php b/app/Model/Timetable.php
index da2ec10c..6ddf826b 100644
--- a/app/Model/Timetable.php
+++ b/app/Model/Timetable.php
@@ -62,10 +62,8 @@ class Timetable extends Base
* Get a serie of events based on the timetable and the provided event
*
* @access public
- * @param integer $user_id
- * @param array $events Time tracking data
- * @param string $start ISO8601 date
- * @param string $end ISO8601 date
+ * @param array $event
+ * @param array $timetable
* @return array
*/
public function calculateEventIntersect(array $event, array $timetable)