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