added missing @author tag for new class

This commit is contained in:
Oskar Stark 2017-09-22 13:07:23 +02:00 committed by Nicolas Grekas
parent b590683836
commit e17426c65c

View File

@ -15,6 +15,9 @@ use Symfony\Component\Config\Util\XmlUtils;
use Symfony\Component\DependencyInjection\Exception\EnvNotFoundException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @author Nicolas Grekas <p@tchwork.com>
*/
class EnvVarProcessor implements EnvVarProcessorInterface
{
private $container;