We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See 017d3ff#commitcomment-21388855 for more details.
The text was updated successfully, but these errors were encountered:
maybe we can replace strlen with a closure like:
function($el){ return is_array($el) ? $el : strlen($el); }
Sorry, something went wrong.
Yep that might work, I will fix this tomorrow.
Thank you for suggestion (most likely I will use it).
Fix #55, improve tests
4f13440
d5be2a0
Kyslik
No branches or pull requests
See 017d3ff#commitcomment-21388855 for more details.
The text was updated successfully, but these errors were encountered: