pdscopes / php-form-validator

Simple, extendable form validator for multi-dimensional forms
MIT License
12 stars 3 forks source link

Added german language + new contains rule #7

Closed mintalicious closed 2 years ago

mintalicious commented 2 years ago

After closing the last PR, I created a new one which contains the german language file, a new contains rule and little update of the required rule, which now checks the $value to not be empty instead of only not being null.

mintalicious commented 2 years ago

I fixed the PHPDoc for contains() and added an integration test file as suggested. Please do not tag it as v3 - the PR for changing the return value of validate() is yes to come.

mintalicious commented 2 years ago

Btw: Thx for this nice little validation library ;-)

pdscopes commented 2 years ago

You are very welcome, I use it personally and I'm happy to share it!

pdscopes commented 2 years ago

Thanks again, this has now been release in v2.7.0