Passed
Pull Request — master (#60)
by Markus
04:19
created
Components/ListIcons/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 function createFeatherIconSelectChoices($iconKeys = [])
8 8
 {
9
-    return array_reduce($iconKeys, function ($acc, $iconKey) {
9
+    return array_reduce($iconKeys, function($acc, $iconKey) {
10 10
         $acc[$iconKey] = "<i style='width: 16px; height: 16px; vertical-align: middle; position: relative; top: -2px;margin-right: 5px' data-feather='{$iconKey}'></i> {$iconKey}";
11 11
         return $acc;
12 12
     }, []);
Please login to merge, or discard this patch.