[DI] EnvVarProcessorInterface: fix missing use

This commit is contained in:
Maxime Steinhausser 2017-09-29 13:52:17 +02:00
parent ee545bf8d4
commit 260d2f02d8

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\DependencyInjection; namespace Symfony\Component\DependencyInjection;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/** /**
* The EnvVarProcessorInterface is implemented by objects that manage environment-like variables. * The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.
* *