Completed
Push — master ( a12164...2a5888 )
by Arman
16s queued 12s
created
src/Libraries/Validation/Traits/Lists.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     {
48 48
         $value = trim(strtolower($value));
49 49
 
50
-        $list = array_map(function ($item) {
50
+        $list = array_map(function($item) {
51 51
             return trim(strtolower($item));
52 52
         }, $list);
53 53
 
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     {
66 66
         $value = trim(strtolower($value));
67 67
 
68
-        $list = array_map(function ($item) {
68
+        $list = array_map(function($item) {
69 69
             return trim(strtolower($item));
70 70
         }, $list);
71 71
 
Please login to merge, or discard this patch.