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
Fixes PHP 8.1 E_DEPRECATED in GitHub Template (#23)
If no longDescription, `null` is passed to `str_replace()`,
which is deprecated now in PHP 8. Casting value to
string to avoid the E_DEPRECATED.