@@ -73,7 +73,7 @@ |
||
73 | 73 | * |
74 | 74 | * @throws \Exception |
75 | 75 | * |
76 | - * @return array |
|
76 | + * @return \Psr\Http\Message\ResponseInterface |
|
77 | 77 | */ |
78 | 78 | public function getInvoicePdf($invoiceId) |
79 | 79 | { |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | /** |
37 | 37 | * @param string $token |
38 | 38 | * @param int $organizationId |
39 | - * @param \Doctrine\Common\Cache\Cache|null $cache |
|
39 | + * @param Cache $cache |
|
40 | 40 | * @param int $ttl |
41 | 41 | */ |
42 | 42 | public function __construct($token, $organizationId, Cache $cache, $ttl = 7200) |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | /** |
76 | - * @param $key |
|
76 | + * @param string $key |
|
77 | 77 | * |
78 | 78 | * @throws \LogicException |
79 | 79 | * |