Code Duplication    Length = 5-5 lines in 2 locations

src/Compress/Compress.php 2 locations

@@ 467-471 (lines=5) @@
464
            0, $this->context->countAux, \array_fill(0, $countCTerms, 0)
465
        );
466
467
        for ($i = 0; $i < $this->context->countClasses; $i++) {
468
            for ($j = 0; $j < $countCTerms; $j++) {
469
                $cTermAction[$i][$j] = $this->context->classAction[$i][$this->context->oTermIndex[$j]];
470
            }
471
        }
472
473
        //582
474
@@ 490-494 (lines=5) @@
487
            }
488
        }
489
490
        for ($i = $this->context->countClasses; $i < $this->context->countAux; $i++) {
491
            for ($j = 0; $j < $countCTerms; $j++) {
492
                $cTermAction[$i][$j] = $this->context->classAction[$i][$this->context->oTermIndex[$j]];
493
            }
494
        }
495
        $base = [];
496
        $this->packTable(
497
            $cTermAction, $this->context->countAux, $countCTerms, false, false,