Completed
Pull Request — master (#87)
by Tobias
10:23
created
DependencyInjection/HttplugExtension.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@
 block discarded – undo
324 324
 
325 325
     /**
326 326
      * @param ContainerBuilder $container
327
-     * @param $name
327
+     * @param string $name
328 328
      *
329 329
      * @return Reference
330 330
      */
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,10 +6,7 @@
 block discarded – undo
6 6
 use Http\Client\Common\HttpMethodsClient;
7 7
 use Http\Client\Common\Plugin\AuthenticationPlugin;
8 8
 use Http\Client\Common\PluginClient;
9
-use Http\Client\HttpAsyncClient;
10
-use Http\Client\HttpClient;
11 9
 use Http\Discovery\HttpAsyncClientDiscovery;
12
-use Http\Discovery\HttpClientDiscovery;
13 10
 use Http\HttplugBundle\ClientFactory\DummyClient;
14 11
 use Http\HttplugBundle\Collector\DebugPlugin;
15 12
 use Http\Message\Authentication\BasicAuth;
Please login to merge, or discard this patch.