Completed
Pull Request — master (#64)
by Márk
05:20
created
src/PluginClient.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\Client\Plugin;
4 4
 
5
-use Http\Client\Exception;
6 5
 use Http\Client\Plugin\Exception\LoopException;
7 6
 use Psr\Http\Message\RequestInterface;
8 7
 
Please login to merge, or discard this patch.
src/AuthenticationPlugin.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Http\Client\Plugin;
4 4
 
5
-use Http\Message\Authentication;
6
-
7 5
 /**
8 6
  * @author Joel Wurtz <[email protected]>
9 7
  *
Please login to merge, or discard this patch.