Closed FlorianW208 closed 7 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
added tests
Thank you. Please apply my suggestions, otherwise phpcs will fail.
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