Completed
Push — master ( d649df...95cc38 )
by Patrick
14:03
created
src/Provider/Apple.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use InvalidArgumentException;
7 7
 use Lcobucci\JWT\Configuration;
8
-use Lcobucci\JWT\Signer\Key\LocalFileReference;
9 8
 use Lcobucci\JWT\Signer;
10 9
 use Lcobucci\JWT\Signer\Key;
10
+use Lcobucci\JWT\Signer\Key\LocalFileReference;
11 11
 use League\OAuth2\Client\Grant\AbstractGrant;
12 12
 use League\OAuth2\Client\Provider\Exception\AppleAccessDeniedException;
13 13
 use League\OAuth2\Client\Token\AccessToken;
Please login to merge, or discard this patch.