Completed
Branch master (8bfe8a)
by Lucas
09:36
created
src/ClientBase.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -173,6 +173,8 @@
 block discarded – undo
173 173
     /**
174 174
      * Sends the request and returns the parsed response.
175 175
      *
176
+     * @param string $method
177
+     * @param string $path
176 178
      * @return array The parsed response
177 179
      */
178 180
     public function getResponse($method, $path, array $query = [], array $data = [])
Please login to merge, or discard this patch.