@@ -63,6 +63,9 @@ |
||
| 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) |
@@ -77,7 +77,7 @@ |
||
| 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) |