Completed
Pull Request — master (#32075)
by Sujith
11:56
created
apps/files_sharing/lib/MailDispatcher.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 	}
109 109
 
110 110
 	/**
111
-	 * @return array|\OC\User\User[]
111
+	 * @return User[]
112 112
 	 */
113 113
 	protected function getRecipientList() {
114 114
 		$recipient = $this->argument['recipient'];
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\Files_Sharing;
23 23
 
24 24
 use OC\BackgroundJob\QueuedJob;
25
-use OC\Mail\Message;
26 25
 use OC\Share\Filters\MailNotificationFilter;
27 26
 use OC\Share\MailNotifications;
28 27
 use OC\User\User;
Please login to merge, or discard this patch.
core/ajax/share.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
  */
37 37
 
38 38
 use OC\Share\Filters\MailNotificationFilter;
39
-use OCP\IUser;
40 39
 
41 40
 OC_JSON::checkLoggedIn();
42 41
 OCP\JSON::callCheck();
Please login to merge, or discard this patch.