Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
558 stars 65 forks source link

Fix TypeError strlen #80

Closed FlorianW208 closed 4 months ago

FlorianW208 commented 4 months ago

If the value is a number, strlen fails because it expects a string not a int

strlen(): Argument #1 ($string) must be of type string, int given

FlorianW208 commented 4 months ago

added tests

olivervogel commented 4 months ago

added tests

Thank you. Please apply my suggestions, otherwise phpcs will fail.