Skip to content

Commit d42274b

Browse files
committed
[#3236] minor tweaks
1 parent 7cb9c23 commit d42274b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cookbook/bundles/extension.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,13 @@ following these simple conventions:
188188
* The extension must be named after the bundle name and suffixed with
189189
``Extension`` (``AcmeHelloExtension`` for ``AcmeHelloBundle``);
190190

191-
* The extension should provide an XSD schema.
191+
* The extension *should* provide an XSD schema (but will be registered automatically
192+
regardless).
192193

193194
Manually Registering an Extension Class
194195
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195196

196-
When not following the conventions you will have to manually register your
197+
When not following the conventions, you will have to manually register your
197198
extension. To manually register an extension class override the
198199
:method:`Bundle::build() <Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build>`
199200
method in your bundle::

0 commit comments

Comments
 (0)