Skip to content

Commit 4feecba

Browse files
committed
[FrameworkBundle] Remove author comments for configuration and extension
1 parent fc72fbb commit 4feecba

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636

3737
/**
3838
* FrameworkExtension configuration structure.
39-
*
40-
* @author Jeremy Mikola <jmikola@gmail.com>
41-
* @author Grégoire Pineau <lyrixx@lyrixx.info>
4239
*/
4340
class Configuration implements ConfigurationInterface
4441
{

DependencyInjection/FrameworkExtension.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,8 @@
135135
use 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
*/
145141
class FrameworkExtension extends Extension
146142
{

0 commit comments

Comments
 (0)