Completed
Push — master ( 815d7d...cf07f0 )
by Ryota
02:08
created
Job/Job.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function getQueueName()
40 40
     {
41
-        return $this->getPrefix() . '_' . $this->getName();
41
+        return $this->getPrefix().'_'.$this->getName();
42 42
     }
43 43
 
44 44
 
Please login to merge, or discard this patch.