@@ -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,10 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Clickatell; |
4 | 4 | |
5 | -use stdClass; |
|
6 | -use Clickatell\ClickatellException; |
|
7 | 5 | use Clickatell\Rest; |
8 | -use NotificationChannels\Clickatell\Exceptions\CouldNotSendNotification; |
|
9 | 6 | |
10 | 7 | class ClickatellClient |
11 | 8 | { |