mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-18 01:43:26 +00:00
Drop dead code
This commit is contained in:
@@ -63,7 +63,6 @@ class ExcelMatch
|
||||
$lookupValue = StringHelper::strToLower($lookupValue);
|
||||
}
|
||||
|
||||
$valueKey = null;
|
||||
$valueKey = match ($matchType) {
|
||||
self::MATCHTYPE_LARGEST_VALUE => self::matchLargestValue($lookupArray, $lookupValue, $keySet),
|
||||
self::MATCHTYPE_FIRST_VALUE => self::matchFirstValue($lookupArray, $lookupValue),
|
||||
|
||||
Reference in New Issue
Block a user