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

Commit f0c411a

Browse files
committed
:octocat:
1 parent 47e9400 commit f0c411a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core/OAuthProvider.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212

1313
namespace chillerlan\OAuth\Core;
1414

15-
use chillerlan\HTTP\{Psr17\RequestFactory, Psr17\StreamFactory, Psr17\UriFactory, Psr7};
1615
use chillerlan\HTTP\MagicAPI\{ApiClientException, ApiClientInterface, EndpointMapInterface};
16+
use chillerlan\HTTP\Psr17\{RequestFactory, StreamFactory, UriFactory};
17+
use chillerlan\HTTP\Psr7;
1718
use chillerlan\OAuth\Storage\OAuthStorageInterface;
1819
use chillerlan\Settings\SettingsContainerInterface;
1920
use Psr\Http\Client\ClientInterface;

0 commit comments

Comments
 (0)