summaryrefslogtreecommitdiff
path: root/models/config.php
diff options
context:
space:
mode:
authorRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
committerRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
commitd156c47f0951cf681d16ed047f322e8332eb485e (patch)
tree1b97d1cb437fd7b2c0262640b7a70026e054413f /models/config.php
parent919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff)
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'models/config.php')
-rw-r--r--models/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/config.php b/models/config.php
index 60764e64..d18b8ec5 100644
--- a/models/config.php
+++ b/models/config.php
@@ -60,7 +60,7 @@ class Config extends Base
*
* @access public
* @param string $name Parameter name
- * @param mixed $default_value Default value of the parameter
+ * @param string $default_value Default value of the parameter
* @return mixed
*/
public function get($name, $default_value = '')