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

Unreachable statement #6

Closed hkwak closed 6 years ago

hkwak commented 6 years ago

https://github.com/pH-7/eu-vat-validator/blob/7f7b5517e95c83be532b0c27fef13836a090b5ef/src/Vat/Provider/Europa.php#L61

This return will never happen as the exception is thrown in line 59

pH-7 commented 6 years ago

Good catch! 💯 Do you mind to create a PR for it?

hkwak commented 6 years ago

Sure

pH-7 commented 6 years ago

Fixed https://github.com/pH-7/eu-vat-validator/pull/8