Completed
Push — master ( 7a44f1...fb4ce1 )
by Aaron
08:12
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         $node->beforeNormalization()
56 56
                 ->always()
57 57
                 ->then(
58
-                    function ($v) {
58
+                    function($v) {
59 59
                         if (is_string($v['enabled'])) {
60 60
                             $v['enabled'] = $v['enabled'] === 'true';
61 61
                         }
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
                                 ->beforeNormalization()
223 223
                                     ->ifString()
224 224
                                     ->then(
225
-                                        function ($v) {
225
+                                        function($v) {
226 226
                                             return (array) $v;
227 227
                                         }
228 228
                                     )
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
                                 ->beforeNormalization()
235 235
                                     ->ifString()
236 236
                                     ->then(
237
-                                        function ($v) {
237
+                                        function($v) {
238 238
                                             return (array) $v;
239 239
                                         }
240 240
                                     )
Please login to merge, or discard this patch.