@@ -96,7 +96,7 @@ |
||
| 96 | 96 | /** |
| 97 | 97 | * Get the user of this token |
| 98 | 98 | * |
| 99 | - * @return bool|string |
|
| 99 | + * @return string |
|
| 100 | 100 | */ |
| 101 | 101 | public function getUser() { |
| 102 | 102 | if($this->user === null && !$this->load()) return false; |