Completed
Branch master (e396ed)
by Sergii
02:50
created
src/EnvironmentLoader.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,14 +7,14 @@
 block discarded – undo
7 7
 // Behat extension interface.
8 8
 use Behat\Testwork\ServiceContainer\Extension;
9 9
 // Tools for dependency injection.
10
-use Symfony\Component\DependencyInjection\Definition;
11 10
 use Symfony\Component\DependencyInjection\ContainerBuilder;
11
+use Symfony\Component\DependencyInjection\Definition;
12 12
 // Behat context extension and tools.
13
-use Behat\Behat\Context\ServiceContainer\ContextExtension;
14 13
 use Behat\Behat\Context\Initializer\ContextInitializer;
14
+use Behat\Behat\Context\ServiceContainer\ContextExtension;
15 15
 // Behat environment extension and tools.
16
-use Behat\Testwork\Environment\ServiceContainer\EnvironmentExtension;
17 16
 use Behat\Testwork\Environment\Reader\EnvironmentReader;
17
+use Behat\Testwork\Environment\ServiceContainer\EnvironmentExtension;
18 18
 
19 19
 /**
20 20
  * Class EnvironmentLoader.
Please login to merge, or discard this patch.