]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix PHPDoc
authorLukas Reschke <lukas@owncloud.com>
Mon, 27 Oct 2014 12:38:40 +0000 (13:38 +0100)
committerLukas Reschke <lukas@owncloud.com>
Mon, 27 Oct 2014 12:38:40 +0000 (13:38 +0100)
Stop my IDE and Scrutinizer from complaining.

lib/public/iconfig.php

index 404cf030dee998de37145918a34e89152d36b350..554fee5b22fddde07f60443c0613bbd0187887ef 100644 (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 = '');