robertogallea / laravel-codicefiscale

Codice fiscale validation for php/laravel
MIT License
42 stars 16 forks source link

carbon exception for some dates #5

Closed manuel-84 closed 4 years ago

manuel-84 commented 4 years ago

if you have a cf like "LOIMLC71A77F979V" that generates an invalid date "37/01/1971" carbon will throw an exception when using the $cf->parse()

i suggest to add a test for invalid dates adding a new error code

robertogallea commented 4 years ago

Thank you for prompt warning