From 5a29cccc959dfd0be5fdc279ac1170d2db0b3040 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 3 Apr 2015 18:32:51 -0400 Subject: Various fixes for PHPAnalyzer --- app/Model/Timetable.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/Model/Timetable.php') 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) -- cgit v1.2.3