Completed
Push — master ( 8d2960...79a096 )
by Jared
02:17
created
src/RsaSha1Signature.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,9 +59,9 @@
 block discarded – undo
59 59
         $baseString = rawurlencode($method).'&';
60 60
 
61 61
         $schemeHostPath = Uri::fromParts(array(
62
-           'scheme' => $url->getScheme(),
63
-           'host' => $url->getHost(),
64
-           'path' => $url->getPath(),
62
+            'scheme' => $url->getScheme(),
63
+            'host' => $url->getHost(),
64
+            'path' => $url->getPath(),
65 65
         ));
66 66
 
67 67
         $baseString .= rawurlencode($schemeHostPath).'&';
Please login to merge, or discard this patch.