summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-23 11:59:23 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-23 11:59:23 -0400
commit14c2998c4ac0a56857014fb8b4d403b52dbc686e (patch)
tree0a31a1941f71b1db0863404243b101528058cfa9 /app/Model/Config.php
parentdb76bcb593e34948dab2709bcb7b6c1139a37c72 (diff)
Improve css and phpdoc comments
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r--app/Model/Config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php
index 994f0bc8..9748f38e 100644
--- a/app/Model/Config.php
+++ b/app/Model/Config.php
@@ -57,9 +57,9 @@ class Config extends Base
* Get a config variable from the session or the database
*
* @access public
- * @param string $name Parameter name
+ * @param string $name Parameter name
* @param string $default_value Default value of the parameter
- * @return mixed
+ * @return string
*/
public function get($name, $default_value = '')
{