Code Duplication    Length = 10-10 lines in 2 locations

src/PhpSpreadsheet/Reader/Excel5.php 2 locations

@@ 2771-2780 (lines=10) @@
2768
    /**
2769
     * Read MSODRAWINGGROUP record
2770
     */
2771
    private function readMsoDrawingGroup()
2772
    {
2773
        $length = self::getInt2d($this->data, $this->pos + 2);
2774
2775
        // get spliced record data
2776
        $splicedRecordData = $this->getSplicedRecordData();
2777
        $recordData = $splicedRecordData['recordData'];
2778
2779
        $this->drawingGroupData .= $recordData;
2780
    }
2781
2782
    /**
2783
     * SST - Shared String Table
@@ 4114-4123 (lines=10) @@
4111
    /**
4112
     * Read MSODRAWING record
4113
     */
4114
    private function readMsoDrawing()
4115
    {
4116
        $length = self::getInt2d($this->data, $this->pos + 2);
4117
4118
        // get spliced record data
4119
        $splicedRecordData = $this->getSplicedRecordData();
4120
        $recordData = $splicedRecordData['recordData'];
4121
4122
        $this->drawingData .= $recordData;
4123
    }
4124
4125
    /**
4126
     * Read OBJ record