You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you paste name like this 'Ren\xE9e Osborne', parse() will accept this input, but it will trigger an Error: Error: Return value of TheIconic\NameParser\Part\AbstractPart::camelcase() must be of the type string, null returned
To prevent this I'm using ...->parse(utf8_encode($nameString));, but you should probably cover this issue in your repo.
The text was updated successfully, but these errors were encountered:
If you paste name like this 'Ren\xE9e Osborne',
parse()
will accept this input, but it will trigger an Error:Error: Return value of TheIconic\NameParser\Part\AbstractPart::camelcase() must be of the type string, null returned
To prevent this I'm using
...->parse(utf8_encode($nameString));
, but you should probably cover this issue in your repo.The text was updated successfully, but these errors were encountered: