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
TypeError: Return value of Nette\Utils\Strings::toAscii() must be of the type string, bool returned in /app/services/core/vendor/nette/utils/src/Utils/Strings.php on line 183
Version: 3.1.1
Bug Description
iconv() https://github.com/nette/utils/blob/master/src/Utils/Strings.php#L167 returns false on some strings
Steps To Reproduce
Original bug occurs when package was updated from 3.1.0 to 3.1.1 as a dependency for Easy Coding Standards library https://github.com/symplify/symplify/issues/1787
The problem occurs on Linux Alpine Docker image.
Expected Behavior
No type error