Completed
Push — master ( 2ed645...508c1f )
by Joas
12s
created
lib/Push.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 	}
68 68
 
69 69
 	/**
70
-	 * @param INotification $notification
70
+	 * @param null|INotification $notification
71 71
 	 */
72 72
 	public function pushToDevice(INotification $notification) {
73 73
 		$user = $this->userManager->get($notification->getUser());
Please login to merge, or discard this patch.