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
In some plugins we had Url::replace() to replace multiple params in one go. That might be more readable (and is more efficient) than using multiple ::with()s. E.g.
In some plugins we had
Url::replace()
to replace multiple params in one go. That might be more readable (and is more efficient) than using multiple::with()
s. E.g.https://github.com/cmb69/ocal_xh/blob/86ebc6dd610bd07219f5b9d47d8c1ebcf13c8935/classes/Url.php#L43-L47
Possible alternative:
::with()
acceptsstring|array
.The text was updated successfully, but these errors were encountered: