particle-php / Validator

Particle\Validator is a validation library with an extremely clean API which makes validation fun!
http://validator.particle-php.com
252 stars 39 forks source link

php 8.2 fix - date was being flagged as not valid even if valid #197

Closed bradymiller closed 1 year ago

bradymiller commented 1 year ago

php 8.2 fix - date was being flagged as not valid even if valid

bradymiller commented 1 year ago

forgot to mention, here's the related PHP 8.2 warning: Trying to access array offset on value of type bool

rick-nu commented 1 year ago

@bradymiller thank you for your fix! I'll merge this PR and tag a new verion :ok_hand:

rick-nu commented 1 year ago

Released in v2.3.5, thanks again :muscle:

bradymiller commented 1 year ago

@rick-nu , thanks for the quick turn around time and thanks for maintaining this very nice package!