Completed
Push — master ( e75e2a...a718c6 )
by Christian
17:51 queued 07:51
created
src/MWSClient.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -147,6 +147,11 @@
 block discarded – undo
147 147
         return $this->marketplaceIds;
148 148
     }
149 149
 
150
+    /**
151
+     * @param string $action
152
+     * @param string $path
153
+     * @param string $version
154
+     */
150 155
     public function post($action, $path, $version, $params = [], $body = null)
151 156
     {
152 157
         $headers = [
Please login to merge, or discard this patch.