Completed
Push — master ( 33b2da...23d19d )
by Harry
01:24
created
src/Pool.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 block discarded – undo
231 231
     public function poll()
232 232
     {
233 233
         /** @var Run[] $running */
234
-        $this->running = array_filter($this->running, function (RunInterface $run) {
234
+        $this->running = array_filter($this->running, function(RunInterface $run) {
235 235
             return $run->poll();
236 236
         });
237 237
 
Please login to merge, or discard this patch.