@@ -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 | { |
@@ -275,7 +276,7 @@ discard block |
||
| 275 | 276 | } |
| 276 | 277 | |
| 277 | 278 | /** |
| 278 | - * @return mixed |
|
| 279 | + * @return \SimpleXMLElement |
|
| 279 | 280 | */ |
| 280 | 281 | public function deliveryReport($params) |
| 281 | 282 | { |