Passed
Branch master (95093e)
by Mehmet
05:18
created
src/SDK/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      * @throws BadMethodCallException
102 102
      * @throws RequestException
103 103
      * @throws InvalidArgumentException
104
-     * @return RequestInterface
104
+     * @return \Psr\Http\Message\ResponseInterface
105 105
      */
106 106
     public function __call(string $name, array $arguments)
107 107
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
      * @param array $headers
144 144
      * @param array  $queryParams
145 145
      * @throws RequestException
146
-     * @return RequestInterface
146
+     * @return \Psr\Http\Message\ResponseInterface
147 147
      */
148 148
     private function httpRequest(string $actionName, array $headers, array $queryParams)
149 149
     {
Please login to merge, or discard this patch.