File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 3636
3737/**
3838 * FrameworkExtension configuration structure.
39- *
40- * @author Jeremy Mikola <jmikola@gmail.com>
41- * @author Grégoire Pineau <lyrixx@lyrixx.info>
4239 */
4340class Configuration implements ConfigurationInterface
4441{
Original file line number Diff line number Diff line change 135135use Symfony \Contracts \Translation \LocaleAwareInterface ;
136136
137137/**
138- * FrameworkExtension.
139- *
140- * @author Fabien Potencier <fabien@symfony.com>
141- * @author Jeremy Mikola <jmikola@gmail.com>
142- * @author Kévin Dunglas <dunglas@gmail.com>
143- * @author Grégoire Pineau <lyrixx@lyrixx.info>
138+ * Process the configuration and prepare the dependency injection container with
139+ * parameters and services.
144140 */
145141class FrameworkExtension extends Extension
146142{
You can’t perform that action at this time.
0 commit comments