Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 3b114ce

Browse files
committed
:octocat:
1 parent c6e029a commit 3b114ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/oauth-example-common.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license MIT
88
*/
99

10-
use chillerlan\HTTP\CurlClient;
10+
use chillerlan\HTTP\Psr18\CurlClient;
1111
use chillerlan\Logger\{Log, LogOptionsTrait, Output\ConsoleLog};
1212
use chillerlan\OAuth\{OAuthOptions, Storage\SessionStorage};
1313
use chillerlan\DotEnv\DotEnv;
@@ -44,7 +44,7 @@
4444
$logger = new Log;
4545
$logger->addInstance(new ConsoleLog($options), 'console');
4646

47-
/** @var \chillerlan\HTTP\HTTPClientInterface $http */
47+
/** @var \chillerlan\HTTP\Psr18\HTTPClientInterface $http */
4848
$http = new CurlClient($options);
4949

5050
/** @var \chillerlan\OAuth\Storage\OAuthStorageInterface $storage */

0 commit comments

Comments
 (0)