mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Fix PHPDoc
Stop my IDE and Scrutinizer from complaining.
This commit is contained in:
parent
25a4b5a935
commit
f7c393fa9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue