Passed
Push — master ( f80863...9d3e16 )
by Banciu N. Cristian Mihai
02:44
created
src/DotArray.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
 
140 140
             $segments = \array_filter(
141 141
                 $matches,
142
-                function ($match) {
142
+                function($match) {
143 143
                     return (\mb_strlen($match, 'UTF-8') > 0);
144 144
                 }
145 145
             );
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
         \implode(
176 176
             '.',
177 177
             \array_map(
178
-                function ($segment) {
178
+                function($segment) {
179 179
                     return static::wrapSegmentKey($segment);
180 180
                 },
181 181
                 $segments
Please login to merge, or discard this patch.