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()
381
381
->canBeUnset ()
382
382
->beforeNormalization ()
383
383
->ifString ()
384
- ->then (function ($ v ) { return array ('id ' => $ v ); })
384
+ ->then (function ($ v ) { return array ('id ' => $ v ); })
385
385
->end ()
386
386
->children ()
387
387
->scalarNode ('id ' )->end ()
@@ -400,7 +400,7 @@ public function getConfigTreeBuilder()
400
400
->canBeUnset ()
401
401
->beforeNormalization ()
402
402
->ifString ()
403
- ->then (function ($ v ) { return array ('id ' => $ v ); })
403
+ ->then (function ($ v ) { return array ('id ' => $ v ); })
404
404
->end ()
405
405
->children ()
406
406
->scalarNode ('id ' )->end ()
@@ -428,7 +428,7 @@ public function getConfigTreeBuilder()
428
428
->canBeUnset ()
429
429
->beforeNormalization ()
430
430
->ifString ()
431
- ->then (function ($ v ) { return array ('id ' => $ v ); })
431
+ ->then (function ($ v ) { return array ('id ' => $ v ); })
432
432
->end ()
433
433
->children ()
434
434
->scalarNode ('id ' )->end ()
You can’t perform that action at this time.
0 commit comments