Completed
Pull Request — master (#479)
by Andrey
05:46
created
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.
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\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.
src/OAuth/OAuth2/Service/Yandex.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use OAuth\Common\Token\TokenInterface;
10 10
 use OAuth\OAuth2\Token\StdOAuth2Token;
11 11
 use OAuth\Common\Http\Exception\TokenResponseException;
12
-use OAuth\OAuth2\Service\Exception\InvalidAccessTypeException;
13 12
 use OAuth\Common\Http\Uri\Uri;
14 13
 
15 14
 class Yandex extends AbstractService {
Please login to merge, or discard this patch.