@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * @return array |
|
| 46 | + * @return integer[] |
|
| 47 | 47 | */ |
| 48 | 48 | public function getFailedQueueCodes() |
| 49 | 49 | { |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @return array |
|
| 62 | + * @return integer[] |
|
| 63 | 63 | */ |
| 64 | 64 | public function getRetryQueueCodes() |
| 65 | 65 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\Clickatell; |
| 4 | 4 | |
| 5 | -use stdClass; |
|
| 6 | 5 | use Clickatell\ClickatellException; |
| 7 | 6 | use Clickatell\Rest; |
| 8 | 7 | use NotificationChannels\Clickatell\Exceptions\CouldNotSendNotification; |