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 36
36
37
37
/**
38
38
* FrameworkExtension configuration structure.
39
- *
40
- * @author Jeremy Mikola <jmikola@gmail.com>
41
- * @author Grégoire Pineau <lyrixx@lyrixx.info>
42
39
*/
43
40
class Configuration implements ConfigurationInterface
44
41
{
Original file line number Diff line number Diff line change 135
135
use Symfony \Contracts \Translation \LocaleAwareInterface ;
136
136
137
137
/**
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.
144
140
*/
145
141
class FrameworkExtension extends Extension
146
142
{
You can’t perform that action at this time.
0 commit comments