We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5227d commit 739e23aCopy full SHA for 739e23a
cookbook/bundles/configuration.rst
@@ -294,8 +294,8 @@ The ``config:dump-reference`` command dumps the default configuration of a
294
bundle in the console using the Yaml format.
295
296
As long as your bundle's configuration is located in the standard location
297
-(``YourBundle\DependencyInjection\Configuration``) and does not require
298
-arguments to be passed to the constructor it will work automatically. If you
+(``YourBundle\DependencyInjection\Configuration``) and does not have
+a constructor it will work automatically. If you
299
have something different, your ``Extension`` class must override the
300
:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
301
method and return an instance of your ``Configuration``.
0 commit comments