@@ -289,7 +289,7 @@ |
||
| 289 | 289 | } |
| 290 | 290 | |
| 291 | 291 | /** |
| 292 | - * @return mixed |
|
| 292 | + * @return string |
|
| 293 | 293 | */ |
| 294 | 294 | public function getJobId(): string |
| 295 | 295 | { |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | protected $credentials = []; |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | - * @param mixed $client |
|
| 21 | + * @param ClientInterface $client |
|
| 22 | 22 | * @return self |
| 23 | 23 | */ |
| 24 | 24 | public function setClient(ClientInterface $client): self |
@@ -42,8 +42,8 @@ discard block |
||
| 42 | 42 | /** |
| 43 | 43 | * Sends requests to netgsm api endpoints with specified credentials. |
| 44 | 44 | * |
| 45 | - * @param $method |
|
| 46 | - * @param $url |
|
| 45 | + * @param string $method |
|
| 46 | + * @param string $url |
|
| 47 | 47 | * @param null $params |
| 48 | 48 | * @param array $headers |
| 49 | 49 | * @return string |
@@ -189,7 +189,7 @@ |
||
| 189 | 189 | /** |
| 190 | 190 | * validates the response returned from netgsm report api. |
| 191 | 191 | * |
| 192 | - * @param $response |
|
| 192 | + * @param string $response |
|
| 193 | 193 | * @return bool |
| 194 | 194 | * @throws ReportException |
| 195 | 195 | */ |