[Nostromo] Scrutinizer recommendations

This commit is contained in:
Andrés Montañez
2017-01-08 02:25:40 -03:00
parent 7506140b6f
commit c9ac6f60ae
6 changed files with 23 additions and 10 deletions
+3 -3
View File
@@ -189,7 +189,7 @@ class Runtime
/**
* Retrieves the Configuration options for a specific section in the configuration
*
* @param mixed $key Section name
* @param string $key Section name
* @param mixed $default Default value
* @return mixed
*/
@@ -236,8 +236,8 @@ class Runtime
/**
* Overwrites an Environment configuration option
*
* @param $key
* @param $value
* @param string $key
* @param mixed $value
* @return Runtime
*/
public function setEnvironmentConfig($key, $value)