Skip to content

Commit

Permalink
Merge pull request #1064 from abraham/modern
Browse files Browse the repository at this point in the history
Use import group
  • Loading branch information
abraham committed Apr 2, 2022
2 parents 1342d53 + 6b1062c commit 55dcddb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/TwitterOAuth.php
Expand Up @@ -10,11 +10,13 @@

namespace Abraham\TwitterOAuth;

use Abraham\TwitterOAuth\Consumer;
use Abraham\TwitterOAuth\HmacSha1;
use Abraham\TwitterOAuth\Response;
use Abraham\TwitterOAuth\Token;
use Abraham\TwitterOAuth\Util\JsonDecoder;
use Abraham\TwitterOAuth\{
Consumer,
HmacSha1,
Response,
Token,
Util\JsonDecoder,
};
use Composer\CaBundle\CaBundle;

/**
Expand Down

0 comments on commit 55dcddb

Please sign in to comment.