Completed
Push — master ( de901a...efbe60 )
by Derek Stephen
04:42
created
src/Entity/OAuth/Repository/AccessTokenRepository.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace OAuth\Repository;
4 4
 
5
-use Doctrine\ORM\EntityRepository;
6 5
 use League\OAuth2\Server\Entities\AccessTokenEntityInterface;
7 6
 use League\OAuth2\Server\Entities\ClientEntityInterface;
8
-use League\OAuth2\Server\Entities\Traits\EntityTrait;
9
-use League\OAuth2\Server\Entities\Traits\TokenEntityTrait;
10 7
 use OAuth\AccessToken;
11 8
 
12 9
 class AccessTokenRepository
Please login to merge, or discard this patch.
src/Entity/OAuth/Scope.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     protected $identifier;
13 13
 
14 14
     /**
15
-     * @return mixed
15
+     * @return string
16 16
      */
17 17
     public function getIdentifier()
18 18
     {
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return mixed
31
+     * @return string
32 32
      */
33 33
     function jsonSerialize()
34 34
     {
Please login to merge, or discard this patch.