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

Fix PHPDoc
This commit is contained in:
Morris Jobke 2014-10-27 14:46:41 +01:00
commit 290e9cd5b2
1 changed files with 1 additions and 1 deletions

View File

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