@@ -42,6 +42,7 @@ discard block |
||
42 | 42 | |
43 | 43 | /** |
44 | 44 | * @param AdapterInterface $adapter |
45 | + * @param string $content_type |
|
45 | 46 | */ |
46 | 47 | public function __construct(AdapterInterface $adapter, $content_type, $endpoint = null) |
47 | 48 | { |
@@ -277,7 +278,7 @@ discard block |
||
277 | 278 | } |
278 | 279 | |
279 | 280 | /** |
280 | - * @return mixed |
|
281 | + * @return string |
|
281 | 282 | */ |
282 | 283 | public function deliveryReport($params) |
283 | 284 | { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | /** |
33 | 33 | * Create a new filesystem factory instance. |
34 | 34 | * |
35 | - * @param \IlGala\SMSFactor\Adapters\ConnectionFactory $adapter |
|
35 | + * @param AdapterFactory $adapter |
|
36 | 36 | * |
37 | 37 | * @return void |
38 | 38 | */ |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | /** |
58 | 58 | * Establish an adapter connection. |
59 | 59 | * |
60 | - * @param array $config |
|
60 | + * @param string[] $config |
|
61 | 61 | * |
62 | 62 | * @return \IlGala\SMSFactor\Adapters\AdapterInterface |
63 | 63 | */ |