diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:32:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:32:51 -0400 |
commit | 5a29cccc959dfd0be5fdc279ac1170d2db0b3040 (patch) | |
tree | 1ea6c149e9b50f95313454bfbcb4f614180d70a5 /app/Model/Timetable.php | |
parent | 91a5ec08856f5ef6a64d181ef4de700c0436026b (diff) |
Various fixes for PHPAnalyzer
Diffstat (limited to 'app/Model/Timetable.php')
-rw-r--r-- | app/Model/Timetable.php | 6 |
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) |