Code Duplication    Length = 5-5 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

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