Completed
Push — master ( dbecc0...75f541 )
by Marcos
02:07 queued 02:01
created
lib/Service/NotificationService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
 		$this->manager = \OC::$server->getNotificationManager();
26 26
 	}
27 27
 
28
+	/**
29
+	 * @param \OCA\Passman\Db\Credential $credential
30
+	 */
28 31
 	function credentialExpiredNotification($credential){
29 32
 		$urlGenerator = \OC::$server->getURLGenerator();
30 33
 		$link = $urlGenerator->getAbsoluteURL($urlGenerator->linkTo('','index.php/apps/passman/#/vault/'. $credential->getVaultId() .'/edit/'. $credential->getId()));
Please login to merge, or discard this patch.