Completed
Push — master ( d085b4...8770d9 )
by Dennis
06:04 queued 03:00
created
src/Ares.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      * @throws InvalidArgumentException
196 196
      * @throws \Exception
197 197
      *
198
-     * @return TaxRecord|mixed
198
+     * @return string
199 199
      */
200 200
     public function findVatById($id)
201 201
     {
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     }
326 326
 
327 327
     /**
328
-     * @param mixed $id
328
+     * @param integer $id
329 329
      */
330 330
     private function ensureIdIsInteger($id)
331 331
     {
Please login to merge, or discard this patch.