@@ -70,7 +70,7 @@ discard block |
||
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 |
||
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) { |
@@ -281,7 +281,6 @@ discard block |
||
281 | 281 | /** |
282 | 282 | * Delete ACL |
283 | 283 | * |
284 | - * @param ShareRequest $request |
|
285 | 284 | * @return \OCA\Passman\Db\ShareRequest[] |
286 | 285 | */ |
287 | 286 | public function deleteShareACL(SharingACL $ACL) { |
@@ -306,7 +305,6 @@ discard block |
||
306 | 305 | /** |
307 | 306 | * Get pending share requests by guid and uid |
308 | 307 | * |
309 | - * @param ShareRequest $request |
|
310 | 308 | * @return \OCA\Passman\Db\ShareRequest[] |
311 | 309 | */ |
312 | 310 | public function getPendingShareRequestsForCredential($item_guid, $user_id) { |