Completed
Push — master ( b1d34e...57baf4 )
by Raphaël
04:46 queued 02:06
created
src/Services/DetectAppointmentsChangingsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param $eventCode
51
+     * @param string $eventCode
52 52
      * @param null|int $start
53 53
      * @param null|int $maxResult
54 54
      * @return mixed
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
 
210 210
     /**
211 211
      * @param array $appointments
212
-     * @param $timestamp
212
+     * @param string $timestamp
213 213
      * @return array
214 214
      */
215 215
     public static function insertDateTimeChanges(array $appointments, $timestamp)
Please login to merge, or discard this patch.