Passed
Push — master ( c65021...b58a23 )
by Murilo
02:50
created
Mailler/App/Mailler.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -39,11 +39,9 @@
 block discarded – undo
39 39
         Log::info('Initing listener...');
40 40
 
41 41
         new Source\Core\Listener(RABBITMQ_QUEUE, RABBITMQ_EXCHANGER);
42
-    }
43
-    catch (\Throwable $exception) {
42
+    } catch (\Throwable $exception) {
44 43
         Log::exception($exception);
45
-    }
46
-    finally {
44
+    } finally {
47 45
         sleep(5);
48 46
     }
49 47
 }
Please login to merge, or discard this patch.