diff --git a/src/TwitterOAuth.php b/src/TwitterOAuth.php index 3db17c9d..37114c5b 100644 --- a/src/TwitterOAuth.php +++ b/src/TwitterOAuth.php @@ -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; /**