@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace SilverStripe\BehatExtension\Compiler; |
4 | 4 | |
5 | -use Symfony\Component\DependencyInjection\ContainerBuilder, |
|
6 | - Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
|
5 | +use Symfony\Component\DependencyInjection\ContainerBuilder; |
|
6 | +use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Behat\SilverStripe container compilation pass. |