From b6c150a9266d3bed661afb242cf1b4d62a8ad960 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 20 Oct 2010 12:54:02 -0600 Subject: [PATCH] phpdoc --- framework/Notification/lib/Horde/Notification/Storage/Session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Notification/lib/Horde/Notification/Storage/Session.php b/framework/Notification/lib/Horde/Notification/Storage/Session.php index 7a6e62392..d7481df2b 100644 --- a/framework/Notification/lib/Horde/Notification/Storage/Session.php +++ b/framework/Notification/lib/Horde/Notification/Storage/Session.php @@ -96,8 +96,8 @@ implements Horde_Notification_Storage_Interface /** * Store a new event for the given listener stack. * - * @param string $listener The event will be stored for - * this listener. + * @param string $listener The event will be stored for + * this listener. * @param Horde_Notification_Event $event The event to store. */ public function push($listener, Horde_Notification_Event $event) -- 2.11.0