Skip to content

Commit 739e23a

Browse files
Loupaxxabbuh
authored andcommitted
Docs do not match functionality
1 parent 0a5227d commit 739e23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ The ``config:dump-reference`` command dumps the default configuration of a
294294
bundle in the console using the Yaml format.
295295

296296
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
297+
(``YourBundle\DependencyInjection\Configuration``) and does not have
298+
a constructor it will work automatically. If you
299299
have something different, your ``Extension`` class must override the
300300
:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
301301
method and return an instance of your ``Configuration``.

0 commit comments

Comments
 (0)