File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ public function getConfigTreeBuilder()
381381 ->canBeUnset ()
382382 ->beforeNormalization ()
383383 ->ifString ()
384- ->then (function ($ v ) { return array ('id ' => $ v ); })
384+ ->then (function ($ v ) { return array ('id ' => $ v ); })
385385 ->end ()
386386 ->children ()
387387 ->scalarNode ('id ' )->end ()
@@ -400,7 +400,7 @@ public function getConfigTreeBuilder()
400400 ->canBeUnset ()
401401 ->beforeNormalization ()
402402 ->ifString ()
403- ->then (function ($ v ) { return array ('id ' => $ v ); })
403+ ->then (function ($ v ) { return array ('id ' => $ v ); })
404404 ->end ()
405405 ->children ()
406406 ->scalarNode ('id ' )->end ()
@@ -428,7 +428,7 @@ public function getConfigTreeBuilder()
428428 ->canBeUnset ()
429429 ->beforeNormalization ()
430430 ->ifString ()
431- ->then (function ($ v ) { return array ('id ' => $ v ); })
431+ ->then (function ($ v ) { return array ('id ' => $ v ); })
432432 ->end ()
433433 ->children ()
434434 ->scalarNode ('id ' )->end ()
You can’t perform that action at this time.
0 commit comments