Completed
Push — develop ( 7cd627...0050db )
by Risan Bagja
01:37
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.