Skip to content
Snippets Groups Projects
Commit f7c393fa authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix PHPDoc

Stop my IDE and Scrutinizer from complaining.
parent 25a4b5a9
Branches
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ interface IConfig {
* Looks up a system wide defined value
*
* @param string $key the key of the value, under which it was saved
* @param string $default the default value to be returned if the value isn't set
* @param mixed $default the default value to be returned if the value isn't set
* @return mixed the value or $default
*/
public function getSystemValue($key, $default = '');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment