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
The method OAuth/Message.php::setParameters() will overwrite any class properties with the same name as an HTTP GET/POST parameter. Suggest (a) add a test for
if (isset($this->$name))
and (b) assigning default values to all class properties that shouldn't be allowed to be replaced by HTTP parameters.
The text was updated successfully, but these errors were encountered:
The method OAuth/Message.php::setParameters() will overwrite any class properties with the same name as an HTTP GET/POST parameter. Suggest (a) add a test for
if (isset($this->$name))
and (b) assigning default values to all class properties that shouldn't be allowed to be replaced by HTTP parameters.
The text was updated successfully, but these errors were encountered: