fix interface function signature
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 6 May 2010 16:16:25 +0000 (12:16 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 6 May 2010 16:16:25 +0000 (12:16 -0400)
framework/Notification/lib/Horde/Notification/Storage/Interface.php

index ffe7e43..4d881b7 100644 (file)
@@ -65,6 +65,6 @@ interface Horde_Notification_Storage_Interface
      *                                         this listener.
      * @param Horde_Notification_Event $event  The event to store.
      */
-    public function push($listener, $event);
+    public function push($listener, Notification_Event_Listener $event);
 
 }