Completed
Push — master ( 2949e5...9628d6 )
by Derek Stephen
02:24
created
src/Entity/OAuth/AccessToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * Get the token user's identifier.
129 129
      *
130
-     * @return int
130
+     * @return User
131 131
      */
132 132
     public function getUserIdentifier()
133 133
     {
Please login to merge, or discard this patch.
src/Entity/OAuth/Repository/UserRepository.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 OAuth\Repository;
4 4
 
5 5
 use Del\Common\ContainerService;
6
-use Del\Criteria\UserCriteria;
7 6
 use Del\Repository\UserRepository as UserRepo;
8 7
 use Del\Service\UserService;
9 8
 use League\OAuth2\Server\Entities\ClientEntityInterface;
Please login to merge, or discard this patch.