Code Duplication    Length = 5-5 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

@@ 1436-1440 (lines=5) @@
1433
                    $value = rtrim($value);
1434
1435
                    break;
1436
                case 0x40: // Filetime (64-bit value representing the number of 100-nanosecond intervals since January 1, 1601)
1437
                    // PHP-time
1438
                    $value = OLE::OLE2LocalDate(substr($this->summaryInformation, $secOffset + 4 + $offset, 8));
1439
1440
                    break;
1441
                case 0x47: // Clipboard format
1442
                    // not needed yet, fix later if necessary
1443
                    break;
@@ 1588-1592 (lines=5) @@
1585
                    $value = rtrim($value);
1586
1587
                    break;
1588
                case 0x40:    //    Filetime (64-bit value representing the number of 100-nanosecond intervals since January 1, 1601)
1589
                    // PHP-Time
1590
                    $value = OLE::OLE2LocalDate(substr($this->documentSummaryInformation, $secOffset + 4 + $offset, 8));
1591
1592
                    break;
1593
                case 0x47:    //    Clipboard format
1594
                    // not needed yet, fix later if necessary
1595
                    break;