@@ -275,8 +275,8 @@ |
||
275 | 275 | $iso = array_reduce( |
276 | 276 | self::$list, |
277 | 277 | function ($carry, $item) use ($alpha) { |
278 | - $nodeList = isset($item['node']) ? $item['node'] : []; |
|
279 | - $nodeList = array_map('strtoupper', $nodeList); |
|
278 | + $nodeList = isset($item['node']) ? $item['node'] : []; |
|
279 | + $nodeList = array_map('strtoupper', $nodeList); |
|
280 | 280 | |
281 | 281 | if ($item['alpha'] === $alpha || in_array($alpha, $nodeList)) { |
282 | 282 | $carry = $item['iso']; |