Completed
Pull Request — master (#10)
by claudio
07:04
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/CaldavErrorListener.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.