@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | /** |
| 194 | - * @return string |
|
| 194 | + * @return double |
|
| 195 | 195 | */ |
| 196 | 196 | public function getPrice() |
| 197 | 197 | { |
@@ -291,7 +291,7 @@ discard block |
||
| 291 | 291 | } |
| 292 | 292 | |
| 293 | 293 | /** |
| 294 | - * @return bool |
|
| 294 | + * @return string |
|
| 295 | 295 | */ |
| 296 | 296 | public function isTitle() |
| 297 | 297 | { |
@@ -556,7 +556,7 @@ |
||
| 556 | 556 | } |
| 557 | 557 | |
| 558 | 558 | /** |
| 559 | - * @return string |
|
| 559 | + * @return integer |
|
| 560 | 560 | */ |
| 561 | 561 | public function getPrimaryLocationId() |
| 562 | 562 | { |
@@ -89,6 +89,11 @@ |
||
| 89 | 89 | ]); |
| 90 | 90 | } |
| 91 | 91 | |
| 92 | + /** |
|
| 93 | + * @param integer $themeId |
|
| 94 | + * |
|
| 95 | + * @return string |
|
| 96 | + */ |
|
| 92 | 97 | protected function createPartialResourceUrlForList($themeId) |
| 93 | 98 | { |
| 94 | 99 | return "themes/{$themeId}/assets"; |
@@ -275,6 +275,10 @@ |
||
| 275 | 275 | ]); |
| 276 | 276 | } |
| 277 | 277 | |
| 278 | + /** |
|
| 279 | + * @param string $method |
|
| 280 | + * @param string $resource |
|
| 281 | + */ |
|
| 278 | 282 | protected function doRequest($method, $resource, $options = []) |
| 279 | 283 | { |
| 280 | 284 | $request = new Request($method, $this->buildUrl($resource), [ |
@@ -301,7 +301,7 @@ |
||
| 301 | 301 | } |
| 302 | 302 | |
| 303 | 303 | /** |
| 304 | - * @return boolean |
|
| 304 | + * @return string |
|
| 305 | 305 | */ |
| 306 | 306 | public function getOncePerCustomer() |
| 307 | 307 | { |