auraphp / Aura.Filter

Validate and sanitize arrays and objects.
MIT License
159 stars 33 forks source link

4.x with PHP 7.x features #153

Closed harikt closed 2 years ago

harikt commented 2 years ago

@koriym I am merging this. You can have a look into the PR. There are certain doubts / questions I have.

  1. Some of the tests are commented out for they fail due to wrong type value being passed.
  2. Eg : Validate\Max $max type can go for int | float I guess. Similar ones are there like Validate\Min . Do you think there can be other values other than that ?

We can discuss about the changes here.

Thank you