Completed
Pull Request — master (#85)
by Tobias
06:54
created
DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Http\HttplugBundle\DependencyInjection;
4 4
 
5
-use Symfony\Component\Config\Definition\ArrayNode;
6 5
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
7 6
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
8 7
 use Symfony\Component\Config\Definition\ConfigurationInterface;
Please login to merge, or discard this patch.
Discovery/ConfiguredClientsStrategy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Http\HttplugBundle;
4 4
 
5 5
 use Http\Client\HttpClient;
6
-use Http\Discovery\Exception\StrategyUnavailableException;
7 6
 use Http\Discovery\HttpClientDiscovery;
8 7
 use Http\Discovery\Strategy\DiscoveryStrategy;
9 8
 
Please login to merge, or discard this patch.