@@ -87,7 +87,7 @@ |
||
| 87 | 87 | * Set the current user |
| 88 | 88 | * |
| 89 | 89 | * @param User $user |
| 90 | - * @return boolean |
|
| 90 | + * @return null|User |
|
| 91 | 91 | */ |
| 92 | 92 | public function setUser(User $user) |
| 93 | 93 | { |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | /** |
| 46 | 46 | * Create a heashids interface |
| 47 | 47 | * |
| 48 | - * @param string $secret |
|
| 48 | + * @param string $subject |
|
| 49 | 49 | * @return Hashids |
| 50 | 50 | */ |
| 51 | 51 | protected function createHashids($subject) |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | /** |
| 11 | 11 | * Get user id |
| 12 | 12 | * |
| 13 | - * @return int|string |
|
| 13 | + * @return string |
|
| 14 | 14 | */ |
| 15 | 15 | public function getId(); |
| 16 | 16 | |