Completed
Pull Request — devel (#8)
by Philippe
04:45
created
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 AccessTokenModelInterface[]
60 60
      */
61 61
     public function findAllByClientId($userId);
Please login to merge, or discard this patch.
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.