Code Duplication    Length = 10-10 lines in 2 locations

src/PhpSpreadsheet/Reader/Excel5.php 2 locations

@@ 2803-2812 (lines=10) @@
2800
    /**
2801
     * Read MSODRAWINGGROUP record
2802
     */
2803
    private function readMsoDrawingGroup()
2804
    {
2805
        $length = self::getInt2d($this->data, $this->pos + 2);
2806
2807
        // get spliced record data
2808
        $splicedRecordData = $this->getSplicedRecordData();
2809
        $recordData = $splicedRecordData['recordData'];
2810
2811
        $this->drawingGroupData .= $recordData;
2812
    }
2813
2814
    /**
2815
     * SST - Shared String Table
@@ 4146-4155 (lines=10) @@
4143
    /**
4144
     * Read MSODRAWING record
4145
     */
4146
    private function readMsoDrawing()
4147
    {
4148
        $length = self::getInt2d($this->data, $this->pos + 2);
4149
4150
        // get spliced record data
4151
        $splicedRecordData = $this->getSplicedRecordData();
4152
        $recordData = $splicedRecordData['recordData'];
4153
4154
        $this->drawingData .= $recordData;
4155
    }
4156
4157
    /**
4158
     * Read OBJ record