Skip to content

Commit 57295d0

Browse files
OskarStarknicolas-grekas
authored andcommitted
added missing @author tag for new class
1 parent f1a9990 commit 57295d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)