diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-23 11:59:23 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-23 11:59:23 -0400 |
commit | 14c2998c4ac0a56857014fb8b4d403b52dbc686e (patch) | |
tree | 0a31a1941f71b1db0863404243b101528058cfa9 /app/Model/Category.php | |
parent | db76bcb593e34948dab2709bcb7b6c1139a37c72 (diff) |
Improve css and phpdoc comments
Diffstat (limited to 'app/Model/Category.php')
-rw-r--r-- | app/Model/Category.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Category.php b/app/Model/Category.php index 9be37f9d..58eba403 100644 --- a/app/Model/Category.php +++ b/app/Model/Category.php @@ -106,7 +106,7 @@ class Category extends Base * Validate category creation * * @access public - * @param array $array Form values + * @param array $values Form values * @return array $valid, $errors [0] = Success or not, [1] = List of errors */ public function validateCreation(array $values) @@ -128,7 +128,7 @@ class Category extends Base * Validate category modification * * @access public - * @param array $array Form values + * @param array $values Form values * @return array $valid, $errors [0] = Success or not, [1] = List of errors */ public function validateModification(array $values) |