Completed
Pull Request — master (#59)
by Joas
05:12
created
lib/Push.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 	}
67 67
 
68 68
 	/**
69
-	 * @param INotification $notification
69
+	 * @param null|INotification $notification
70 70
 	 */
71 71
 	public function pushToDevice(INotification $notification) {
72 72
 		$devices = $this->getDevicesForUser($notification->getUser());
Please login to merge, or discard this patch.