Code Duplication    Length = 10-10 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

@@ 2779-2788 (lines=10) @@
2776
    /**
2777
     * Read MSODRAWINGGROUP record
2778
     */
2779
    private function readMsoDrawingGroup()
2780
    {
2781
        $length = self::getInt2d($this->data, $this->pos + 2);
2782
2783
        // get spliced record data
2784
        $splicedRecordData = $this->getSplicedRecordData();
2785
        $recordData = $splicedRecordData['recordData'];
2786
2787
        $this->drawingGroupData .= $recordData;
2788
    }
2789
2790
    /**
2791
     * SST - Shared String Table
@@ 4122-4131 (lines=10) @@
4119
    /**
4120
     * Read MSODRAWING record
4121
     */
4122
    private function readMsoDrawing()
4123
    {
4124
        $length = self::getInt2d($this->data, $this->pos + 2);
4125
4126
        // get spliced record data
4127
        $splicedRecordData = $this->getSplicedRecordData();
4128
        $recordData = $splicedRecordData['recordData'];
4129
4130
        $this->drawingData .= $recordData;
4131
    }
4132
4133
    /**
4134
     * Read OBJ record