Closed gixxy22 closed 2 years ago
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
theres a few other lines where curly braces are used in that file too.
Thanks for bringing this up. Will get an 8.0-friendly update out.
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