Skip to content

Commit 260d2f0

Browse files
committed
[DI] EnvVarProcessorInterface: fix missing use
1 parent ee545bf commit 260d2f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\DependencyInjection;
1313

14+
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
15+
1416
/**
1517
* The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.
1618
*

0 commit comments

Comments
 (0)