-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Str\Grapheme\reverse() function #239
Conversation
Pull Request Test Coverage Report for Build 1356158078
💛 - Coveralls |
Regarding the coverage decrease... I'm afraid I do not yet know how to produce an input that Docs (https://www.php.net/manual/en/function.grapheme-strlen.php) say the function returns I'm trying to see how to create a string that would be an invalid UTF-8 string to see if we can recover the lost coverage. |
Ok, got it. Pushing recovered coverage. :) |
import components directly, instead of simply importing Psl namespace
Thank you @yivi 🎉 |
Add Str\Grapheme\reverse() to match Str\reverse() and Str\Byte\reverse()