Completed
Push — master ( f7b321...a68cc8 )
by Pavel
04:26
created
DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
             ->beforeNormalization()
65 65
             ->ifArray()
66 66
             ->then(
67
-                function (array $v) {
67
+                function(array $v) {
68 68
                     if (array_keys($v) !== range(0, count($v) - 1)) {
69 69
                         return $v;
70 70
                     }
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
             ->beforeNormalization()
118 118
             ->ifString()
119 119
             ->then(
120
-                function ($v) {
120
+                function($v) {
121 121
                     return [$v];
122 122
                 }
123 123
             )
Please login to merge, or discard this patch.