Replaced PHPDoc on Config

This commit is contained in:
Shoghi Cervantes 2014-05-29 20:19:15 +02:00
parent c6632da159
commit 97a687c03a

View File

@ -285,7 +285,7 @@ class Config{
/**
* @param string $k key to be set
* @param bool $v value to set key
* @param mixed $v value to set key
*/
public function set($k, $v = true){
$this->config[$k] = $v;