Completed
Pull Request — master (#6)
by Raphaël
01:51
created
src/Listeners/ChangingsToFileListeners.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
 
53 53
     /**
54
-     * @param sring $filePath
54
+     * @param string $filePath
55 55
      * @param array $element
56 56
      * @return void
57 57
      */
Please login to merge, or discard this patch.
src/Services/DetectAppointmentsChangingsService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 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.