@@ -22,8 +22,8 @@ discard block |
||
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Base constructor. |
| 25 | - * @param $apikey |
|
| 26 | - * @param $endpoint |
|
| 25 | + * @param string $apikey |
|
| 26 | + * @param string $endpoint |
|
| 27 | 27 | */ |
| 28 | 28 | public function __construct($apikey, $endpoint) |
| 29 | 29 | { |
@@ -127,8 +127,8 @@ discard block |
||
| 127 | 127 | /** |
| 128 | 128 | * Perform an http call. This method is used by the resource specific classes. |
| 129 | 129 | * |
| 130 | - * @param $method |
|
| 131 | - * @param $url |
|
| 130 | + * @param string $method |
|
| 131 | + * @param string $url |
|
| 132 | 132 | * @param $payload |
| 133 | 133 | * |
| 134 | 134 | * @return string|object |