File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -494,9 +494,10 @@ be output to the console in yaml.
494
494
495
495
As long as your bundle's configuration is located in the standard location
496
496
(``YourBundle\DependencyInjection\Configuration ``) and does not have a
497
- ``__constructor() `` it will work automatically. If you have a something
498
- different your ``Extension `` class will have to override the
499
- ``Extension::getConfiguration() `` method. Have it return an instance of your
497
+``__construct() `` it will work automatically. If you have something
498
+ different, your ``Extension `` class must override the
499
+ :method: `Extension::getConfiguration() <Symfony\\ Component\\ HttpKernel\\ DependencyInjection\\ Extension::getConfiguration> `
500
+ method and return an instance of your
500
501
``Configuration ``.
501
502
502
503
Comments and examples can be added to your configuration nodes using the
You can’t perform that action at this time.
0 commit comments