Code Duplication    Length = 10-10 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

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