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
Fixed#441: force type to string when overriding adapter url, to comply with the definition of getUrl()-method. When $url is not set, magic getter resolves getUrl() and therefor consumers will be expecting a string, not an object (even if it implements __toString()).
0 commit comments