Completed
Pull Request — master (#20)
by Harry
04:18
created
tests/unit/Auth/HttpsAuthTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Graze\Gigya\Test\Unit\Auth;
15 15
 
16
-use Graze\Gigya\Auth\GigyaAuthInterface;
17 16
 use Graze\Gigya\Auth\HttpsAuth;
18 17
 use Graze\Gigya\Test\TestCase;
19 18
 use GuzzleHttp\Collection;
Please login to merge, or discard this patch.
tests/unit/GigyaTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Graze\Gigya\Test\Unit;
15 15
 
16 16
 use Exception;
17
-use Graze\Gigya\Auth\GigyaAuthInterface;
18 17
 use Graze\Gigya\Auth\HttpsAuth;
19 18
 use Graze\Gigya\Auth\OAuth2\Subscriber;
20 19
 use Graze\Gigya\Gigya;
Please login to merge, or discard this patch.