Completed
Pull Request — master (#561)
by
unknown
01:32
created
tests/Unit/OAuth2/Service/GoogleTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OAuthTest\Unit\OAuth2\Service;
4 4
 
5 5
 use OAuth\OAuth2\Service\Google;
6
-use OAuth\Common\Token\TokenInterface;
7 6
 
8 7
 class GoogleTest extends \PHPUnit_Framework_TestCase
9 8
 {
Please login to merge, or discard this patch.
tests/Unit/OAuth2/Service/StravaTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OAuthTest\Unit\OAuth2\Service;
4 4
 
5 5
 use OAuth\OAuth2\Service\Strava;
6
-use OAuth\Common\Token\TokenInterface;
7 6
 
8 7
 class StravaTest extends \PHPUnit_Framework_TestCase
9 8
 {
Please login to merge, or discard this patch.