Passed
Push — master ( d83213...af13b7 )
by Banciu N. Cristian Mihai
03:00
created
src/DotArray.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
             $segments = \array_filter(
112 112
                 $matches,
113
-                function ($match) {
113
+                function($match) {
114 114
                     return (\mb_strlen($match, 'UTF-8') > 0);
115 115
                 }
116 116
             );
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
             \implode(
145 145
                 '.',
146 146
                 \array_map(
147
-                    function ($segment) {
147
+                    function($segment) {
148 148
                         return self::wrapSegmentKey($segment);
149 149
                     },
150 150
                     $segments
Please login to merge, or discard this patch.