Skip to content

Commit 9b42a75

Browse files
committed
Merge pull request symfony#1971 from iamdto/missing-bracket
Added missing bracket
2 parents a38810a + 658da16 commit 9b42a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbook/bundles/extension.rst

+1
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ and build a tree that defines your configuration in that class::
457457

458458
return $treeBuilder;
459459
}
460+
}
460461

461462
This is a *very* simple example, but you can now use this class in your ``load()``
462463
method to merge your configuration and force validation. If any options other

0 commit comments

Comments
 (0)