From 658da167c86f9463fb8d14504c5361a13c35e918 Mon Sep 17 00:00:00 2001 From: Denis Togbe Date: Sun, 25 Nov 2012 16:00:05 +0100 Subject: [PATCH] Added missing bracket --- cookbook/bundles/extension.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index 81a38ee7d6a..14a5fc34e87 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -457,6 +457,7 @@ and build a tree that defines your configuration in that class:: return $treeBuilder; } + } This is a *very* simple example, but you can now use this class in your ``load()`` method to merge your configuration and force validation. If any options other