Completed
Pull Request — master (#42)
by Tobias
06:06
created
src/BaseHostPlugin.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
      *  - replace: bool True will replace all hosts, false will only add host when none is specified.
30 30
      *
31 31
      * @param UriInterface $baseUri
32
-     * @param bool $replace
33 32
      */
34 33
     public function __construct(UriInterface $baseUri, array $config = [])
35 34
     {
Please login to merge, or discard this 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\Client\Plugin;
4 4
 
5
-use Http\Promise\Promise;
6 5
 use Psr\Http\Message\RequestInterface;
7 6
 use Psr\Http\Message\UriInterface;
8 7
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.