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
294294bundle in the console using the Yaml format.
295295
296296As 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
299299have something different, your ``Extension `` class must override the
300300:method: `Extension::getConfiguration() <Symfony\\ Component\\ HttpKernel\\ DependencyInjection\\ Extension::getConfiguration> `
301301method and return an instance of your ``Configuration ``.
You can’t perform that action at this time.
0 commit comments