From eb7370feda103b83eb16a473f0b61fe8d001f300 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Sat, 26 Oct 2013 23:42:07 +0000 Subject: refs #4179 coding style --- core/Notification/Manager.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'core/Notification') diff --git a/core/Notification/Manager.php b/core/Notification/Manager.php index 372337eb9c..2fd53a3c50 100644 --- a/core/Notification/Manager.php +++ b/core/Notification/Manager.php @@ -23,9 +23,11 @@ class Manager private static $session = null; /** - * Post a notification to be shown in the status bar. If a notification with the same id has already been posted by your application and has not yet been canceled, it will be replaced by the updated information. + * Post a notification to be shown in the status bar. If a notification with the same id has already been posted + * by your application and has not yet been canceled, it will be replaced by the updated information. * - * @param string $id A unique identifier for this notification. Id must be a string and may contain only word characters (AlNum + underscore) + * @param string $id A unique identifier for this notification. Id must be a string and may contain only + * word characters (AlNum + underscore) * @param Notification $notification */ public static function notify($id, Notification $notification) @@ -57,7 +59,7 @@ class Manager } /** - * Cancel a previously registered notification. + * Cancel a previously registered (or persistent) notification. * @param $id */ public static function cancel($id) -- cgit v1.2.3