spaze / vat-calculator

[EOL, use driesvints/vat-calculator] Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be. Fork of mpociot/vat-calculator, standalone, PHP 7.3+, modernized, with more features.
MIT License
48 stars 2 forks source link

Invalid VAT id chars exception #20

Closed spaze closed 3 years ago

spaze commented 4 years ago

Find invalid chars in the VAT number and throw an exception if there are some.

This should be merged when https://github.com/phpstan/phpstan-src/pull/324 is accepted and released (PHPStan dev dependency version in composer.json should be raised accordingly).

Fix #19