Completed
Push — master ( 5cf71c...089e3e )
by Christian
25:46 queued 15:50
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.
src/MWSOrders.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -40,6 +40,10 @@
 block discarded – undo
40 40
         return $this->parseResponse($response, 'ListOrderItemsResult', 'OrderItems.OrderItem');
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $resultTypeName
45
+     * @param string $dataName
46
+     */
43 47
     protected function parseResponse($response, $resultTypeName, $dataName)
44 48
     {
45 49
         $requestId = data_get($response, 'ResponseMetadata.RequestId');
Please login to merge, or discard this patch.