Passed
Pull Request — master (#19)
by Thierry
02:48
created
src/GuzzleHttp/Middleware/SignRequestMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     public function __invoke(callable $handler)
23 23
     {
24
-        return function (RequestInterface $request, array $options) use ($handler) {
24
+        return function(RequestInterface $request, array $options) use ($handler) {
25 25
             $request = $this->sapient->signRequest(
26 26
                 $request,
27 27
                 new SigningSecretKey(Base64UrlSafe::decode($this->privateKey))
Please login to merge, or discard this patch.