diff --git a/bundles/configuration.rst b/bundles/configuration.rst index 25f8d76e76f..40eaf331d4f 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -334,7 +334,7 @@ As long as your bundle's configuration is located in the standard location (``YourBundle\DependencyInjection\Configuration``) and does not have a constructor it will work automatically. If you have something different, your ``Extension`` class must override the -:method:`Extension::getConfiguration() ` +:method:`Extension::getConfiguration() ` method and return an instance of your ``Configuration``. Supporting XML