lumen-generators
lumen-generators copied to clipboard
Replace count fn call on string with strlen (breaks in PHP > 7.1)
Minor bugfix: When you use count()
on a string
in PHP 7.2
you get this:
count(): Parameter must be an array or an object that implements Countable
Replaced with strlen()
.