Completed
Pull Request — master (#2552)
by
unknown
02:21
created
src/Grid/Displayers/SwitchGroup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         if ($keys->isEmpty()) {
47 47
             $key = $name;
48 48
         } else {
49
-            $key = $keys->shift().$keys->reduce(function ($carry, $val) {
49
+            $key = $keys->shift().$keys->reduce(function($carry, $val) {
50 50
                     return $carry."[$val]";
51 51
                 });
52 52
         }
Please login to merge, or discard this patch.