@@ -112,8 +112,8 @@ discard block |
||
| 112 | 112 | * Internal method for handling all requests |
| 113 | 113 | * |
| 114 | 114 | * @internal |
| 115 | - * @param $method |
|
| 116 | - * @param $endpoint |
|
| 115 | + * @param string $method |
|
| 116 | + * @param string $endpoint |
|
| 117 | 117 | * @param array|null $data |
| 118 | 118 | * @param array|null $query |
| 119 | 119 | * @return mixed|null |
@@ -200,6 +200,7 @@ discard block |
||
| 200 | 200 | * |
| 201 | 201 | * @internal |
| 202 | 202 | * @param null $id |
| 203 | + * @param string $endPoint |
|
| 203 | 204 | * @return string |
| 204 | 205 | */ |
| 205 | 206 | public function createEndpoint($endPoint, $id = null) |
@@ -149,8 +149,7 @@ |
||
| 149 | 149 | default: |
| 150 | 150 | return null; |
| 151 | 151 | } |
| 152 | - } |
|
| 153 | - catch (RequestException $e) { |
|
| 152 | + } catch (RequestException $e) { |
|
| 154 | 153 | throw $this->handleException($e); |
| 155 | 154 | } |
| 156 | 155 | } |