Skip to content

Commit fe3a7d9

Browse files
authored
Update configuration.php
Remove extra spaces.
1 parent c710da0 commit fe3a7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)