From f7c393fa9f86730cd74fcce9d26bdce008514c7f Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Mon, 27 Oct 2014 13:38:40 +0100
Subject: [PATCH] Fix PHPDoc

Stop my IDE and Scrutinizer from complaining.
---
 lib/public/iconfig.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php
index 404cf030de..554fee5b22 100644
--- a/lib/public/iconfig.php
+++ b/lib/public/iconfig.php
@@ -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 = '');
-- 
GitLab