Passed
Push — master ( 704918...9539fe )
by Charles
02:13
created
filters/auth/HMACSignatureAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
         } else {
241 241
             $hash = \hash('sha256', $body);
242 242
         }
243
-        $signatureString =  $hash . "\n" .
243
+        $signatureString = $hash . "\n" .
244 244
                             $request->method . "+" . $request->getUrl() . "\n" .
245 245
                             $headerDate . "\n" .
246 246
                             \base64_encode($salt);
Please login to merge, or discard this patch.