Completed
Push — stable9.1 ( dab3c4...174dc3 )
by Victor
11s
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.