Improve css and phpdoc comments

This commit is contained in:
Frédéric Guillot
2014-05-23 11:59:23 -04:00
parent db76bcb593
commit 14c2998c4a
19 changed files with 428 additions and 322 deletions

View File

@@ -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 = '')
{