Better documentation

These changes have been automatically suggested by scrutinizer-ci.com
This commit is contained in:
Raphaël Doursenaud
2014-04-22 15:08:18 +02:00
parent 919e5d51a4
commit d156c47f09
14 changed files with 30 additions and 17 deletions

View File

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