Skip to content

Commit e17426c

Browse files
OskarStarknicolas-grekas
authored andcommitted
added missing @author tag for new class
1 parent b590683 commit e17426c

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)