Completed
Pull Request — master (#361)
by
unknown
03:09
created
src/User/Query/SessionHistoryQuery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return $this->andWhere($this->getCondition()->currentUserCondition());
64 64
     }
65 65
 
66
+    /**
67
+     * @param integer $userId
68
+     */
66 69
     public function oldestUpdatedTimeActiveSession($userId)
67 70
     {
68 71
         return $this->whereExpiredInActive($userId)
Please login to merge, or discard this patch.
src/User/Service/SessionHistory/TerminateUserSessionsService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param $userId
80
+     * @param integer $userId
81 81
      * @return int[]
82 82
      */
83 83
     protected function getSessionIds($userId)
Please login to merge, or discard this patch.