Completed
Push — master ( 5a8de8...64e59d )
by
03:07
created
DependencyInjection/AbstractResourceConfiguration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
             ->end()
245 245
             ->beforeNormalization()
246 246
             ->ifString()
247
-                ->then(function ($v) {
247
+                ->then(function($v) {
248 248
                     return array(
249 249
                         AbstractResourceConfiguration::DEFAULT_KEY => $v,
250 250
                     );
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
             ->end()
281 281
             ->beforeNormalization()
282 282
             ->ifString()
283
-                ->then(function ($v) {
283
+                ->then(function($v) {
284 284
                     return array(
285 285
                         AbstractResourceConfiguration::DEFAULT_KEY => $v,
286 286
                     );
Please login to merge, or discard this patch.