summaryrefslogtreecommitdiff
path: root/app/Model/LastLogin.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-27 19:43:59 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-27 19:43:59 -0500
commit0a14c8d5e5538e487dd6b012771f72aea6f4d5a6 (patch)
tree37518ee92a95fa9aa61eb46daa9a2b0b82edc8c4 /app/Model/LastLogin.php
parent1522be603b4508b03b8fa79a6a3fbfeb90ffece6 (diff)
Fix some PHPAnalyzer issues
Diffstat (limited to 'app/Model/LastLogin.php')
-rw-r--r--app/Model/LastLogin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/LastLogin.php b/app/Model/LastLogin.php
index 3391db50..dd64284e 100644
--- a/app/Model/LastLogin.php
+++ b/app/Model/LastLogin.php
@@ -32,7 +32,7 @@ class LastLogin extends Base
* @param integer $user_id User id
* @param string $ip IP Address
* @param string $user_agent User Agent
- * @return array
+ * @return boolean
*/
public function create($auth_type, $user_id, $ip, $user_agent)
{