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
We have verified that array_KEY_EXISTS ("access_token", $result) is common to the property_exists($result, "access_token") function in this scenario, so there's no need to modify that.
In method
refresh_token()
it is being assumed that anarray
is being returned, which is not the case:Therefore it should rather be:
Previously type-checking the
$result
could prevent passing the wrong data-type:The text was updated successfully, but these errors were encountered: