Skip to content

Commit c3a682c

Browse files
committed
minor #230 Update configuration.php (adouiri)
This PR was merged into the 3.x-dev branch. Discussion ---------- Update configuration.php Remove extra spaces. Commits ------- fe3a7d9 Update configuration.php
2 parents 3abc68e + fe3a7d9 commit c3a682c

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
@@ -406,7 +406,7 @@ public function getConfigTreeBuilder()
406406
->canBeUnset()
407407
->beforeNormalization()
408408
->ifString()
409-
->then(function ($v) { return array('id'=> $v); })
409+
->then(function ($v) { return array('id' => $v); })
410410
->end()
411411
->children()
412412
->scalarNode('id')->end()
@@ -425,7 +425,7 @@ public function getConfigTreeBuilder()
425425
->canBeUnset()
426426
->beforeNormalization()
427427
->ifString()
428-
->then(function ($v) { return array('id'=> $v); })
428+
->then(function ($v) { return array('id' => $v); })
429429
->end()
430430
->children()
431431
->scalarNode('id')->end()
@@ -453,7 +453,7 @@ public function getConfigTreeBuilder()
453453
->canBeUnset()
454454
->beforeNormalization()
455455
->ifString()
456-
->then(function ($v) { return array('id'=> $v); })
456+
->then(function ($v) { return array('id' => $v); })
457457
->end()
458458
->children()
459459
->scalarNode('id')->end()

0 commit comments

Comments
 (0)