From 2c772b21b622ed04c81c7c6cca6191ec54e13a30 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 6 May 2010 12:16:25 -0400 Subject: [PATCH] fix interface function signature --- framework/Notification/lib/Horde/Notification/Storage/Interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Notification/lib/Horde/Notification/Storage/Interface.php b/framework/Notification/lib/Horde/Notification/Storage/Interface.php index ffe7e43e7..4d881b745 100644 --- a/framework/Notification/lib/Horde/Notification/Storage/Interface.php +++ b/framework/Notification/lib/Horde/Notification/Storage/Interface.php @@ -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); } -- 2.11.0