Completed
Pull Request — master (#1634)
by
unknown
04:27
created
src/Grid/Displayers/Label.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
             $this->value = $this->value->toArray();
16 16
         }
17 17
 
18
-        return collect((array) $this->value)->map(function ($name, $key) use ($style, $newline) {
18
+        return collect((array) $this->value)->map(function($name, $key) use ($style, $newline) {
19 19
             if (($key + 1) % $newline == 0)
20 20
                 return "<span class='label label-{$style}'>$name</span><br/>";
21 21
             else
Please login to merge, or discard this patch.