Skip to content

Commit 55dcddb

Browse files
authored
Merge pull request #1064 from abraham/modern
Use import group
2 parents 1342d53 + 6b1062c commit 55dcddb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/TwitterOAuth.php

+7-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010

1111
namespace Abraham\TwitterOAuth;
1212

13-
use Abraham\TwitterOAuth\Consumer;
14-
use Abraham\TwitterOAuth\HmacSha1;
15-
use Abraham\TwitterOAuth\Response;
16-
use Abraham\TwitterOAuth\Token;
17-
use Abraham\TwitterOAuth\Util\JsonDecoder;
13+
use Abraham\TwitterOAuth\{
14+
Consumer,
15+
HmacSha1,
16+
Response,
17+
Token,
18+
Util\JsonDecoder,
19+
};
1820
use Composer\CaBundle\CaBundle;
1921

2022
/**

0 commit comments

Comments
 (0)