Test Failed
Push — master ( 072c85...b8b6f4 )
by frey
05:05
created
src/Queue/RocketMQQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     public function isPlain()
50 50
     {
51
-        return (bool)Arr::get($this->config, 'plain.enable');
51
+        return (bool) Arr::get($this->config, 'plain.enable');
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.
src/LaravelQueueRocketMQServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         /** @var QueueManager $queue */
36 36
         $queue = $this->app['queue'];
37 37
 
38
-        $queue->addConnector('rocketmq', function () {
38
+        $queue->addConnector('rocketmq', function() {
39 39
             return new RocketMQConnector();
40 40
         });
41 41
     }
Please login to merge, or discard this patch.