Completed
Push — master ( 566e3d...cbf465 )
by Ariel
06:35
created
src/Timetable/Strategies/TimetableDateslotStrategy.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -14,6 +14,10 @@
 block discarded – undo
14 14
         $this->timetable = $timetable;
15 15
     }
16 16
 
17
+    /**
18
+     * @param string $starting
19
+     * @param integer $days
20
+     */
17 21
     protected function initTimetable($starting, $days)
18 22
     {
19 23
         $this->timetable
Please login to merge, or discard this patch.
src/Timetable/Strategies/TimetableTimeslotStrategy.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -16,6 +16,10 @@
 block discarded – undo
16 16
         $this->timetable = $timetable;
17 17
     }
18 18
 
19
+    /**
20
+     * @param string $starting
21
+     * @param integer $days
22
+     */
19 23
     protected function initTimetable($starting, $days)
20 24
     {
21 25
         $this->timetable
Please login to merge, or discard this patch.