pH-7 / eu-vat-validator

:moneybag: A simple and clean PHP library that validates EU VAT registration numbers against the central ec.europa.eu database (using the official europa API) :eu:
https://github.com/pH-7/eu-vat-validator
GNU General Public License v3.0
93 stars 17 forks source link

remove redundant throw annotation #5

Closed hkwak closed 5 years ago

hkwak commented 5 years ago

I believe SoapFault will never be thrown as it will be caught in line 57

pH-7 commented 5 years ago

Good catch @hkwak!