Failed Conditions
Push — master ( b4a160...2c47a9 )
by
unknown
10:06
created
src/Queues/BatchQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
 
159 159
     public function pop($queue = null)
160 160
     {
161
-        throw new UnsupportedException('The BatchQueue does not support running via a regular worker. ' .
161
+        throw new UnsupportedException('The BatchQueue does not support running via a regular worker. '.
162 162
             'Instead, you should use the queue:work-batch command with a job id.');
163 163
     }
164 164
 
Please login to merge, or discard this patch.