Completed
Pull Request — master (#156)
by Sander
02:32
created
lib/Service/SettingsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	 * Get a app setting
71 71
 	 *
72 72
 	 * @param $key string
73
-	 * @param null $default_value The default value if key does not exist
73
+	 * @param boolean $default_value The default value if key does not exist
74 74
 	 * @return mixed
75 75
 	 */
76 76
 	public function getAppSetting($key, $default_value = null) {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	/**
111 111
 	 * Check if an setting is enabled (value of 1)
112 112
 	 *
113
-	 * @param $setting
113
+	 * @param string $setting
114 114
 	 * @return bool
115 115
 	 */
116 116
 	public function isEnabled($setting) {
Please login to merge, or discard this patch.