Code Duplication    Length = 5-5 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

@@ 5246-5250 (lines=5) @@
5243
                    unset($space0, $space1);
5244
                    break;
5245
                case 'tUplus': // unary plus
5246
                case 'tUminus': // unary minus
5247
                    $op = array_pop($formulaStrings);
5248
                    $formulaStrings[] = "$space1$space0{$token['data']}$op";
5249
                    unset($space0, $space1);
5250
                    break;
5251
                case 'tPercent': // percent sign
5252
                    $op = array_pop($formulaStrings);
5253
                    $formulaStrings[] = "$op$space1$space0{$token['data']}";
@@ 5251-5255 (lines=5) @@
5248
                    $formulaStrings[] = "$space1$space0{$token['data']}$op";
5249
                    unset($space0, $space1);
5250
                    break;
5251
                case 'tPercent': // percent sign
5252
                    $op = array_pop($formulaStrings);
5253
                    $formulaStrings[] = "$op$space1$space0{$token['data']}";
5254
                    unset($space0, $space1);
5255
                    break;
5256
                case 'tAttrVolatile': // indicates volatile function
5257
                case 'tAttrIf':
5258
                case 'tAttrSkip':