-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Italian validator assumes numeric input #67
Comments
Same with the |
DragonBe
added a commit
that referenced
this issue
Aug 19, 2019
Fixing bug #67 reported by @willemstuursma regarding validating numeric only VAT ID's with non-numeric values.
Hi @willemstuursma, my apologies for my delayed response. I was able to fix the reported in PR #68 and have release 2.1.7 ready for you to use. Please update your composer package. |
No problem! Thank you for resolving! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We got a nice error:
Note that the number was invalid to start with, but a
ctype_digit
check would have prevented an error from being triggered. It tries to do some math calculation on a non-digit.The text was updated successfully, but these errors were encountered: