Drop dead code

This commit is contained in:
Adrien Crivelli
2023-09-13 00:01:15 +08:00
parent bb6ae9ce7d
commit ebda3fdda1
@@ -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),