@@ -195,7 +195,7 @@ discard block |
||
| 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 |
||
| 325 | 325 | } |
| 326 | 326 | |
| 327 | 327 | /** |
| 328 | - * @param mixed $id |
|
| 328 | + * @param integer $id |
|
| 329 | 329 | */ |
| 330 | 330 | private function ensureIdIsInteger($id) |
| 331 | 331 | { |