Code Duplication    Length = 5-5 lines in 2 locations

src/PhpSpreadsheet/Reader/Xls.php 2 locations

@@ 5287-5291 (lines=5) @@
5284
                    unset($space0, $space1);
5285
                    break;
5286
                case 'tUplus': // unary plus
5287
                case 'tUminus': // unary minus
5288
                    $op = array_pop($formulaStrings);
5289
                    $formulaStrings[] = "$space1$space0{$token['data']}$op";
5290
                    unset($space0, $space1);
5291
                    break;
5292
                case 'tPercent': // percent sign
5293
                    $op = array_pop($formulaStrings);
5294
                    $formulaStrings[] = "$op$space1$space0{$token['data']}";
@@ 5292-5296 (lines=5) @@
5289
                    $formulaStrings[] = "$space1$space0{$token['data']}$op";
5290
                    unset($space0, $space1);
5291
                    break;
5292
                case 'tPercent': // percent sign
5293
                    $op = array_pop($formulaStrings);
5294
                    $formulaStrings[] = "$op$space1$space0{$token['data']}";
5295
                    unset($space0, $space1);
5296
                    break;
5297
                case 'tAttrVolatile': // indicates volatile function
5298
                case 'tAttrIf':
5299
                case 'tAttrSkip':