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
This issue only occurs when incorrect attributes are passed to getURLFromRouteNameTranslated. To handle this properly, I believe the function should throw an exception if the value is null.
This would help prevent unexpected behavior and make it clear that the provided attributes are incomplete or invalid.
On PHP 8, we can't pass null to str_replace, it will generate a warning.
I'll make a PR to add a null check, which will remove the warning on many requests.
The text was updated successfully, but these errors were encountered: