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
in /vendor/topshelfcraft/wordsmith/src/libs/FullNameParser.phpat line 476
return ((mb_strlen($word) == 1) || (mb_strlen($word) == 2 && $word{1} == "."));
curly braces are no longer supported in PHP8
The text was updated successfully, but these errors were encountered:
theres a few other lines where curly braces are used in that file too.
Sorry, something went wrong.
Thanks for bringing this up. Will get an 8.0-friendly update out.
Release 4.0.1. (Closes #45.)
c2e5176
936a405
Update string access syntax for PHP 8 support. (Fixes #45 for 3.x.)
320dc4f
michaelrog
Successfully merging a pull request may close this issue.
in /vendor/topshelfcraft/wordsmith/src/libs/FullNameParser.phpat line 476
return ((mb_strlen($word) == 1) || (mb_strlen($word) == 2 && $word{1} == "."));
curly braces are no longer supported in PHP8
The text was updated successfully, but these errors were encountered: