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