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/Listeners/CaldavSyncOkListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace plunner\Listeners;
4 4
 
5 5
 use plunner\Events\CaldavErrorEvent;
6
-use Illuminate\Queue\InteractsWithQueue;
7
-use Illuminate\Contracts\Queue\ShouldQueue;
8 6
 
9 7
 class CaldavErrorListener
10 8
 {
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.