Completed
Pull Request — master (#20)
by Dennis
02:26
created
src/Middleware/DebugMiddleware.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return callable
71
+     * @return \Closure
72 72
      */
73 73
     public static function tap(): callable
74 74
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Link0\Bunq\Middleware;
4 4
 
5 5
 use GuzzleHttp\Middleware;
6
-use GuzzleHttp\Promise\FulfilledPromise;
7 6
 use GuzzleHttp\Promise\PromiseInterface;
8 7
 use Psr\Http\Message\RequestInterface;
9 8
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.