8000 minor #40649 [FrameworkBundle] Remove author comments for configurati… · symfony/symfony@882f845 · GitHub
[go: up one dir, main page]

Skip to content

Commit 882f845

Browse files
minor #40649 [FrameworkBundle] Remove author comments for configuration and extension (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle] Remove author comments for configuration and extension | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | I really don't want to step on anyones toes. I'm also super grateful for all the time, effort and energy these contributors (and everybody else) have given to Symfony. The `@author` tags should represent "who knows the most about this class" or to give the original author some kind of credit (more visible than `git blame`). The FrameworkBundle's `Configuration` and `FrameworkExtension` classes are a bit special. Fist because they are well known by most recurring contributors. They are also thousands of lines long and many many users have added a line or two. The `FrameworkExtension` have over 50 people that currently authored more than 5 lines. The named authors combined have about that 12% and 25% in `Configuration` and `FrameworkExtension` respectively. I do like the `@author` tag, but for the reasons above, I don't think they make sense for these classes. Commits ------- f19d72a [FrameworkBundle] Remove author comments for configuration and extension
2 parents ac54ad7 + f19d72a commit 882f845

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/Symfony/Bundle/FrameworkBundle/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
{

src/Symfony/Bundle/FrameworkBundle/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)
0