File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -494,9 +494,9 @@ 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
- ``__construct() `` 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
+ ``Extension::getConfiguration() `` method and return an instance of your
500
500
``Configuration ``.
501
501
502
502
Comments and examples can be added to your configuration nodes using the
You can’t perform that action at this time.
0 commit comments