Completed
Pull Request — master (#160)
by Sander
02:57
created
lib/Service/ShareService.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -281,7 +281,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.