thrownewInvalidParamException('"'.get_class($this).'::signatureMethod" should be instance of "\yii\autclient\oauth\signature\BaseMethod" or its array configuration. "'.gettype($signatureMethod).'" has been given.');
thrownewInvalidParamException('"'.get_class($this).'::signatureMethod" should be instance of "\yii\autclient\signature\BaseMethod" or its array configuration. "'.gettype($signatureMethod).'" has been given.');
}
$this->_signatureMethod=$signatureMethod;
}
...
...
@@ -224,7 +224,7 @@ abstract class BaseClient extends Component