@@ -64,7 +64,7 @@ |
||
| 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 | */ |
@@ -3,8 +3,6 @@ |
||
| 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 | { |
@@ -39,6 +39,6 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | public function broadcastOn() |
| 41 | 41 | { |
| 42 | - return []; |
|
| 42 | + return [ ]; |
|
| 43 | 43 | } |
| 44 | 44 | } |