Passed
Push — master ( 8af184...0fbbcc )
by Baptiste
02:06
created
src/Behapi.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -4,17 +4,12 @@
 block discarded – undo
4 4
 use Behat\Testwork\ServiceContainer\Extension;
5 5
 use Behat\Testwork\ServiceContainer\ExtensionManager;
6 6
 use Behat\Testwork\Cli\ServiceContainer\CliExtension;
7
-
8 7
 use Behat\Behat\HelperContainer\ServiceContainer\HelperContainerExtension;
9
-
10 8
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
11
-
12 9
 use Symfony\Component\DependencyInjection\Reference;
13 10
 use Symfony\Component\DependencyInjection\ContainerBuilder;
14
-
15 11
 use Behapi\Tools\Debug;
16 12
 use Behapi\Tools\HttpHistory as History;
17
-
18 13
 use Behapi\Cli\DebugController;
19 14
 use Behapi\EventListener\DebugHttp;
20 15
 use Behapi\EventListener\HttpHistory;
Please login to merge, or discard this patch.
src/Container.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -3,28 +3,21 @@
 block discarded – undo
3 3
 
4 4
 use Twig_Environment;
5 5
 use Twig_Loader_Array;
6
-
7 6
 use Interop\Container\ContainerInterface;
8
-
9 7
 use Http\Message\StreamFactory;
10 8
 use Http\Message\MessageFactory;
11
-
12 9
 use Http\Discovery\HttpClientDiscovery;
13 10
 use Http\Discovery\UriFactoryDiscovery;
14 11
 use Http\Discovery\StreamFactoryDiscovery;
15 12
 use Http\Discovery\MessageFactoryDiscovery;
16
-
17 13
 use Http\Client\HttpClient;
18 14
 use Http\Client\Common\PluginClient;
19 15
 use Http\Client\Common\Plugin\BaseUriPlugin;
20 16
 use Http\Client\Common\Plugin\HistoryPlugin;
21 17
 use Http\Client\Common\Plugin\ContentLengthPlugin;
22
-
23 18
 use Behapi\Tools\Debug;
24 19
 use Behapi\Tools\HttpHistory;
25
-
26 20
 use Behapi\ServiceContainer\NotFoundException;
27
-use Behapi\ServiceContainer\ServiceNotAvailableException;
28 21
 
29 22
 class Container implements ContainerInterface
30 23
 {
Please login to merge, or discard this patch.