Code Duplication    Length = 5-5 lines in 2 locations

app/Vendor/PHPExcel/PHPExcel/Reader/Excel5.php 2 locations

@@ 5124-5128 (lines=5) @@
5121
				unset($space0, $space1);
5122
				break;
5123
			case 'tUplus': // unary plus
5124
			case 'tUminus': // unary minus
5125
				$op = array_pop($formulaStrings);
5126
				$formulaStrings[] = "$space1$space0{$token['data']}$op";
5127
				unset($space0, $space1);
5128
				break;
5129
			case 'tPercent': // percent sign
5130
				$op = array_pop($formulaStrings);
5131
				$formulaStrings[] = "$op$space1$space0{$token['data']}";
@@ 5129-5133 (lines=5) @@
5126
				$formulaStrings[] = "$space1$space0{$token['data']}$op";
5127
				unset($space0, $space1);
5128
				break;
5129
			case 'tPercent': // percent sign
5130
				$op = array_pop($formulaStrings);
5131
				$formulaStrings[] = "$op$space1$space0{$token['data']}";
5132
				unset($space0, $space1);
5133
				break;
5134
			case 'tAttrVolatile': // indicates volatile function
5135
			case 'tAttrIf':
5136
			case 'tAttrSkip':