Passed
Push — feature/hmac-sha1 ( 4f9aa4 )
by Ion
02:15
created
src/Guzzle/RequestSignerMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function __invoke(callable $handler): Closure
22 22
     {
23
-        return function (RequestInterface $request, array $options) use ($handler) {
23
+        return function(RequestInterface $request, array $options) use ($handler) {
24 24
             $request = $this->requestSigner->signRequest($request);
25 25
 
26 26
             return $handler($request, $options);
Please login to merge, or discard this patch.