Completed
Push — master ( e30ab2...c58354 )
by Risan Bagja
13s
created
src/Request/RequestConfig.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -119,16 +119,16 @@
 block discarded – undo
119 119
     }
120 120
 
121 121
      /**
122
-     * {@inheritDoc}
123
-     */
122
+      * {@inheritDoc}
123
+      */
124 124
     public function getTokenCredentialsUrl()
125 125
     {
126 126
         return $this->config->getTokenCredentialsUrl();
127 127
     }
128 128
 
129 129
      /**
130
-     * {@inheritDoc}
131
-     */
130
+      * {@inheritDoc}
131
+      */
132 132
     public function getTokenCredentialsAuthorizationHeader(TemporaryCredentials $temporaryCredentials, $verificationCode)
133 133
     {
134 134
         $parameters = $this->getBaseProtocolParameters();
Please login to merge, or discard this patch.
src/Config/ConfigInterface.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,10 +56,10 @@
 block discarded – undo
56 56
     public function getTokenCredentialsUri();
57 57
 
58 58
      /**
59
-     * Get the callback URI.
60
-     *
61
-     * @return \Psr\Http\Message\UriInterface|null
62
-     */
59
+      * Get the callback URI.
60
+      *
61
+      * @return \Psr\Http\Message\UriInterface|null
62
+      */
63 63
     public function getCallbackUri();
64 64
 
65 65
     /**
Please login to merge, or discard this patch.
src/Signature/BaseStringBuilder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
      /**
22
-     * {@inheritDoc}
23
-     */
22
+      * {@inheritDoc}
23
+      */
24 24
     public function getUriParser()
25 25
     {
26 26
         return $this->uriParser;
Please login to merge, or discard this patch.