Completed
Pull Request — master (#813)
by
unknown
52:17 queued 17:18
created
src/Grant/RefreshTokenGrant.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace League\OAuth2\Server\Grant;
13 13
 
14
-use League\OAuth2\Server\Entities\ScopeEntityInterface;
15 14
 use League\OAuth2\Server\Exception\OAuthServerException;
16 15
 use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface;
17 16
 use League\OAuth2\Server\RequestEvent;
Please login to merge, or discard this patch.
src/CryptTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Encrypt data with a private key.
26 26
      *
27
-     * @param string|Key $unencryptedData
27
+     * @param string $unencryptedData
28 28
      *
29 29
      * @throws \LogicException
30 30
      *
Please login to merge, or discard this patch.