Completed
Push — master ( 9c37d0...5195d4 )
by Raphaël
01:34
created
src/Services/DetectAppointmentsChangingsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     }
19 19
 
20 20
     /**
21
-     * @param $eventCode
21
+     * @param string $eventCode
22 22
      * @param null|int $start
23 23
      * @param null|int $maxResult
24 24
      * @return mixed
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 
139 139
     /**
140 140
      * @param array $appointments
141
-     * @param $timestamp
141
+     * @param string $timestamp
142 142
      * @return array
143 143
      */
144 144
     public static function insertDateTimeChanges(array $appointments,$timestamp){
Please login to merge, or discard this patch.