From 6b1062c5e2badce9a4f39b01dcb6e2f33dfb28b0 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Sat, 2 Apr 2022 11:45:36 -0500 Subject: [PATCH] Use import group --- src/TwitterOAuth.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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; /**