Completed
Push — develop ( 8e9672...f1f6d4 )
by Risan Bagja
02:10
created
src/OAuth1.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Risan\OAuth1;
4 4
 
5
-use Risan\OAuth1\Credentials\ClientCredentials;
6
-use Risan\OAuth1\Request\RequestConfigInterface;
7 5
 use Risan\OAuth1\Credentials\CredentialsFactoryInterface;
6
+use Risan\OAuth1\Request\RequestConfigInterface;
8 7
 
9 8
 class OAuth1 implements OAuth1Interface
10 9
 {
Please login to merge, or discard this patch.