Skip to content
Snippets Groups Projects
Commit 290e9cd5 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #11787 from owncloud/fix-php-docs

Fix PHPDoc
parents aee1edf6 f7c393fa
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ interface IConfig { ...@@ -46,7 +46,7 @@ interface IConfig {
* Looks up a system wide defined value * Looks up a system wide defined value
* *
* @param string $key the key of the value, under which it was saved * @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 * @return mixed the value or $default
*/ */
public function getSystemValue($key, $default = ''); public function getSystemValue($key, $default = '');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment