From: Michael M Slusarz Date: Wed, 20 Oct 2010 18:54:02 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b6c150a9266d3bed661afb242cf1b4d62a8ad960;p=horde.git phpdoc --- 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)