Code Duplication    Length = 6-6 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

@@ 5377-5382 (lines=6) @@
5374
5375
                    break;
5376
                case 'tUplus': // unary plus
5377
                case 'tUminus': // unary minus
5378
                    $op = array_pop($formulaStrings);
5379
                    $formulaStrings[] = "$space1$space0{$token['data']}$op";
5380
                    unset($space0, $space1);
5381
5382
                    break;
5383
                case 'tPercent': // percent sign
5384
                    $op = array_pop($formulaStrings);
5385
                    $formulaStrings[] = "$op$space1$space0{$token['data']}";
@@ 5383-5388 (lines=6) @@
5380
                    unset($space0, $space1);
5381
5382
                    break;
5383
                case 'tPercent': // percent sign
5384
                    $op = array_pop($formulaStrings);
5385
                    $formulaStrings[] = "$op$space1$space0{$token['data']}";
5386
                    unset($space0, $space1);
5387
5388
                    break;
5389
                case 'tAttrVolatile': // indicates volatile function
5390
                case 'tAttrIf':
5391
                case 'tAttrSkip':