Code Duplication    Length = 1-1 lines in 2 locations

src/Runner/JobsRunner.php 2 locations

@@ 224-224 (lines=1) @@
221
222
                $this->forker($chunk);
223
224
                if ( $this->multithread ) $this->logger->info("Extender forked ".sizeof($this->forked_processes)." process(es) in the running queue", $this->forked_processes);
225
226
                $this->catcher();
227
@@ 238-238 (lines=1) @@
235
236
            $this->forker($this->jobs);
237
238
            if ( $this->multithread ) $this->logger->info("Extender forked ".sizeof($this->forked_processes)." process(es) in the running queue", $this->forked_processes);
239
240
            $this->catcher();
241