Completed
Pull Request — master (#381)
by Robin
10:00
created
lib/private/AllConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 	 * Looks up a system wide defined value
115 115
 	 *
116 116
 	 * @param string $key the key of the value, under which it was saved
117
-	 * @param mixed $default the default value to be returned if the value isn't set
117
+	 * @param string|false $default the default value to be returned if the value isn't set
118 118
 	 * @return mixed the value or $default
119 119
 	 */
120 120
 	public function getSystemValue($key, $default = '') {
Please login to merge, or discard this patch.