File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,8 +294,8 @@ The ``config:dump-reference`` command dumps the default configuration of a
294
294
bundle in the console using the Yaml format.
295
295
296
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
297
+ (``YourBundle\DependencyInjection\Configuration ``) and does not have
298
+ a constructor it will work automatically. If you
299
299
have something different, your ``Extension `` class must override the
300
300
:method: `Extension::getConfiguration() <Symfony\\ Component\\ HttpKernel\\ DependencyInjection\\ Extension::getConfiguration> `
301
301
method and return an instance of your ``Configuration ``.
You can’t perform that action at this time.
0 commit comments