Fix SignatureMethodTest to use RequestInterface.
This commit is contained in:
parent
646e466639
commit
73c99e3652
@ -14,7 +14,7 @@ class FooBarSignatureMethod extends SignatureMethod
|
|||||||
}
|
}
|
||||||
|
|
||||||
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
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user