Completed
Push — master ( 4fc9d1...10b12e )
by claudio
04:55
created
app/Console/Commands/SyncCaldav/Sync.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return array|\it\thecsea\caldav_client_adapter\EventInterface[]
67
+     * @return EventInterface[]
68 68
      * @throws \it\thecsea\caldav_client_adapter\CaldavException
69 69
      * @thorws \Illuminate\Contracts\Encryption\DecryptException
70 70
      */
Please login to merge, or discard this patch.
app/Events/CaldavSyncOkEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,6 +39,6 @@
 block discarded – undo
39 39
      */
40 40
     public function broadcastOn()
41 41
     {
42
-        return [];
42
+        return [ ];
43 43
     }
44 44
 }
Please login to merge, or discard this patch.