Completed
Push — master ( c7eb25...66e657 )
by Christian
14:25
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 = [])
151 156
     {
152 157
         $headers = [
Please login to merge, or discard this patch.