Test Failed
Pull Request — master (#11)
by julian
03:04
created
src/Clients/Decorators/PrefixedQueueNameClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     {
45 45
         $queueNameParts = [];
46 46
 
47
-        if(! empty($this->queueNamePrefix))
47
+        if( ! empty($this->queueNamePrefix))
48 48
         {
49 49
             $queueNameParts[] = trim($this->queueNamePrefix);
50 50
         }
Please login to merge, or discard this patch.