Fix SignatureMethodTest to use RequestInterface.
This commit is contained in:
@@ -14,7 +14,7 @@ public function getName() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function buildSignature(
|
public function buildSignature(
|
||||||
\JacobKiers\OAuth\Request $request,
|
\JacobKiers\OAuth\RequestInterface $request,
|
||||||
\JacobKiers\OAuth\Client $client,
|
\JacobKiers\OAuth\Client $client,
|
||||||
\JacobKiers\OAuth\Token $token = null
|
\JacobKiers\OAuth\Token $token = null
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user