Passed
Push — master ( 3328eb...ff33e0 )
by Tilita
02:11
created
config/laravel_rabbitmq.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
             'lazy'               => true,
15 15
 
16 16
             # More info about timeouts can be found on https://www.rabbitmq.com/networking.html
17
-            'read_write_timeout' => 8,   // default timeout for writing/reading (in seconds)
17
+            'read_write_timeout' => 8, // default timeout for writing/reading (in seconds)
18 18
             'connect_timeout'    => 10,
19 19
             'heartbeat'          => 4
20 20
         ]
Please login to merge, or discard this patch.