diff --git a/src/VatCalculator.php b/src/VatCalculator.php index 2417ea3..c511c6b 100644 --- a/src/VatCalculator.php +++ b/src/VatCalculator.php @@ -128,6 +128,7 @@ public function getTaxRateForLocation(string $countryCode, ?string $postalCode, * @param string $vatNumber * @return bool * @throws VatCheckUnavailableException + * @throws UnsupportedCountryException */ public function isValidVatNumber(string $vatNumber): bool { @@ -140,6 +141,7 @@ public function isValidVatNumber(string $vatNumber): bool * @param string|null $requesterVatNumber * @return VatDetails * @throws VatCheckUnavailableException + * @throws UnsupportedCountryException */ public function getVatDetails(string $vatNumber, ?string $requesterVatNumber = null): VatDetails {