Skip to content

Commit f617882

Browse files
minor symfony#24286 added missing @author tag for new class (OskarStark)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#24286). Discussion ---------- added missing @author tag for new class | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | --<!--highly recommended for new features--> <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the 3.4, legacy code removals go to the master branch. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> just a small fix Commits ------- e17426c added missing @author tag for new class
2 parents b590683 + e17426c commit f617882

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/DependencyInjection/EnvVarProcessor.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Symfony\Component\DependencyInjection\Exception\EnvNotFoundException;
1616
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
1717

18+
/**
19+
* @author Nicolas Grekas <[email protected]>
20+
*/
1821
class EnvVarProcessor implements EnvVarProcessorInterface
1922
{
2023
private $container;

0 commit comments

Comments
 (0)