Completed
Pull Request — master (#16)
by Mischa
03:01
created
src/Superdesk/ContentApiSdk/Client/CurlApiClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
      * Adds default headers to the headers per request, only if the key
146 146
      * cannot not be found in the headers per request.
147 147
      *
148
-     * @param array $headers
148
+     * @param string[] $headers
149 149
      *
150 150
      * @return array
151 151
      */
Please login to merge, or discard this patch.
Superdesk/ContentApiSdk/API/Authentication/OAuthPasswordAuthentication.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
             'username' => $this->getUsername(),
101 101
             'refresh_token' => $this->refreshToken
102 102
         ));
103
-   }
103
+    }
104 104
 
105 105
     /**
106 106
      * {@inheritdoc}
Please login to merge, or discard this patch.