Completed
Push — master ( c9fc28...4733eb )
by Sander
11s
created
lib/Service/SettingsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 	/**
90 90
 	 * Get user setting
91 91
 	 *
92
-	 * @param $key
92
+	 * @param string $key
93 93
 	 * @param string $default
94 94
 	 * @return string|int
95 95
 	 */
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 	 * Get a app setting
102 102
 	 *
103 103
 	 * @param $key string
104
-	 * @param null $default_value The default value if key does not exist
104
+	 * @param string|false $default_value The default value if key does not exist
105 105
 	 * @return mixed
106 106
 	 */
107 107
 	public function getAppSetting($key, $default_value = null) {
Please login to merge, or discard this patch.