Code Duplication    Length = 3-3 lines in 2 locations

src/PhpSpreadsheet/Shared/OLE/PPS/Root.php 2 locations

@@ 240-242 (lines=3) @@
237
        }
238
        if ($i < $i1stBdL) {
239
            $jB = $i1stBdL - $i;
240
            for ($j = 0; $j < $jB; ++$j) {
241
                fwrite($FILE, (pack('V', -1)));
242
            }
243
        }
244
    }
245
@@ 300-302 (lines=3) @@
297
                                  + (($raList[$i]->Size % $this->_SMALL_BLOCK_SIZE) ? 1 : 0);
298
                    // Add to SBD
299
                    $jB = $iSmbCnt - 1;
300
                    for ($j = 0; $j < $jB; ++$j) {
301
                        fwrite($FILE, pack('V', $j + $iSmBlk + 1));
302
                    }
303
                    fwrite($FILE, pack('V', -2));
304
305
                    // Add to Data String(this will be written for RootEntry)