Completed
Push — master ( 3cda90...3bb276 )
by Ryota
02:23
created
Queue/QueueName.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
         if (empty($this->prefix)) {
49 49
             return $this->name;
50 50
         }
51
-        return $this->prefix . "_" . $this->name;
51
+        return $this->prefix."_".$this->name;
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.