We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7898663 commit f491c28Copy full SHA for f491c28
test/Github/Tests/Mock/TestHttpClient.php
@@ -18,7 +18,7 @@ class TestHttpClient implements HttpClientInterface
18
public $options = array();
19
public $headers = array();
20
21
- public function authenticate()
+ public function authenticate($tokenOrLogin, $password, $authMethod)
22
{
23
$this->authenticated = true;
24
}
0 commit comments