Completed
Push — develop ( 3d0dce...676918 )
by Seth
02:56
created
src/SyncIntoCanvas/Event.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -220,6 +220,10 @@  discard block
 block discarded – undo
220 220
         }
221 221
     }
222 222
 
223
+    /**
224
+     * @param string $timestamp
225
+     * @param Calendar $calendar
226
+     */
223 227
     public static function purgeUnmatched($timestamp, $calendar)
224 228
     {
225 229
         $findDeletedEvents = static::getDatabase()->prepare(
@@ -285,6 +289,9 @@  discard block
 block discarded – undo
285 289
         }
286 290
     }
287 291
 
292
+    /**
293
+     * @param Calendar $calendar
294
+     */
288 295
     public static function load($id, $calendar)
289 296
     {
290 297
         $select = static::getDatabase()->prepare(
Please login to merge, or discard this patch.