@@ -106,7 +106,7 @@ |
||
106 | 106 | } |
107 | 107 | |
108 | 108 | /** |
109 | - * @param $parameterName |
|
109 | + * @param string $parameterName |
|
110 | 110 | * @param \ReflectionMethod $method |
111 | 111 | * @param $data |
112 | 112 | * @return void |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | * |
11 | 11 | * @param string $orderNumber |
12 | 12 | * @param array $request |
13 | - * @return bool|\GuzzleHttp\Message\Response |
|
13 | + * @return \GuzzleHttp\Message\Response |
|
14 | 14 | */ |
15 | 15 | public function shippedOrder($orderNumber, array $request) |
16 | 16 | { |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | * |
32 | 32 | * @param \Iris\Transfer\Catalog\ConfigCollection $products |
33 | 33 | * @param string $partnerCode |
34 | - * @return bool|\GuzzleHttp\Message\Response |
|
34 | + * @return \GuzzleHttp\Message\Response |
|
35 | 35 | */ |
36 | 36 | public function createProducts(\Iris\Transfer\Catalog\ConfigCollection $products, $partnerCode) |
37 | 37 | { |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | * Update products on partner |
53 | 53 | * |
54 | 54 | * @param \Iris\Transfer\Catalog\ConfigCollection $products |
55 | - * @return bool|\GuzzleHttp\Message\Response |
|
55 | + * @return \GuzzleHttp\Message\Response |
|
56 | 56 | */ |
57 | 57 | public function updateProducts(\Iris\Transfer\Catalog\ConfigCollection $products) |
58 | 58 | { |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * |
75 | 75 | * @param string $sku |
76 | 76 | * @param integer $quantity |
77 | - * @return bool |
|
77 | + * @return \GuzzleHttp\Message\Response |
|
78 | 78 | */ |
79 | 79 | public function updateStock($sku, $quantity) |
80 | 80 | { |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | * @param float $specialPrice |
100 | 100 | * @param string $specialFromDate |
101 | 101 | * @param string $specialToDate |
102 | - * @return bool |
|
102 | + * @return \GuzzleHttp\Message\Response |
|
103 | 103 | */ |
104 | 104 | public function updatePrice($sku, $price, $specialPrice, $specialFromDate, $specialToDate) |
105 | 105 | { |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | } |
182 | 182 | |
183 | 183 | /** |
184 | - * @param \Iris\Transfer\Tracking\Delivered $status |
|
184 | + * @param \Iris\Transfer\Tracking\DeliveredCollection $status |
|
185 | 185 | * @return bool |
186 | 186 | */ |
187 | 187 | public function setStatusToDelivered(\Iris\Transfer\Tracking\DeliveredCollection $status) |
@@ -222,7 +222,6 @@ discard block |
||
222 | 222 | } |
223 | 223 | |
224 | 224 | /** |
225 | - * @param \Iris\Transfer\Tracking\FailedDelivery $status |
|
226 | 225 | * @return bool |
227 | 226 | */ |
228 | 227 | public function setStatusToFailedDelivery(\Iris\Transfer\Tracking\FailedDeliveryCollection $items) |