Completed
Push — devel ( 5aa576...293fc2 )
by Philippe
07:12 queued 04:28
created
src/interfaces/RefreshTokenServiceInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     public function findAllByUserId($userId);
56 56
 
57 57
     /**
58
-     * @param string $clientId
58
+     * @param string $userId
59 59
      * @return RefreshTokenModelInterface[]
60 60
      */
61 61
     public function findAllByClientId($userId);
Please login to merge, or discard this patch.
src/interfaces/AccessTokenServiceInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     public function findAllByUserId($userId);
56 56
 
57 57
     /**
58
-     * @param string $clientId
58
+     * @param string $userId
59 59
      * @return RefreshTokenModelInterface[]
60 60
      */
61 61
     public function findAllByClientId($userId);
Please login to merge, or discard this patch.