Completed
Pull Request — master (#118)
by Victor
04:46
created
lib/notification.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -9,6 +9,10 @@
 block discarded – undo
9 9
 namespace OCA\Files_Antivirus;
10 10
 
11 11
 class Notification {
12
+
13
+	/**
14
+	 * @param string $path
15
+	 */
12 16
 	public static function sendMail($path){
13 17
 		if (!\OCP\User::isLoggedIn()){
14 18
 			return;
Please login to merge, or discard this patch.
lib/backgroundscanner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace OCA\Files_Antivirus;
10 10
 
11 11
 use OC\Files\Filesystem;
12
-use OC\Files\View;
13 12
 use OCP\IL10N;
14 13
 use OCP\IUser;
15 14
 use OCP\Files\IRootFolder;
Please login to merge, or discard this patch.