summaryrefslogtreecommitdiff
path: root/app/Controller/Auth.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-04 21:11:12 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-04 21:11:12 -0500
commita7f3e3bec50762f2083f70672a0ba3db533fc8bb (patch)
treec8e9961cb610042acf32e88096abc5fcb3eac4dd /app/Controller/Auth.php
parent38082096909424c23032224365c90aa5189eb6f0 (diff)
PHPdoc cleanup
Diffstat (limited to 'app/Controller/Auth.php')
-rw-r--r--app/Controller/Auth.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controller/Auth.php b/app/Controller/Auth.php
index 46b5a546..b882a720 100644
--- a/app/Controller/Auth.php
+++ b/app/Controller/Auth.php
@@ -14,6 +14,8 @@ class Auth extends Base
* Display the form login
*
* @access public
+ * @param array $values
+ * @param array $errors
*/
public function login(array $values = array(), array $errors = array())
{