Passed
Push — master ( 872d4b...1ce9e4 )
by
unknown
08:46 queued 07:09
created
src/Currency.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -275,8 +275,8 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.