Completed
Pull Request — master (#12)
by
unknown
02:20
created
lib/Api/Invoice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/Client/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @param $key
76
+     * @param string $key
77 77
      *
78 78
      * @throws \LogicException
79 79
      *
Please login to merge, or discard this patch.