Skip to content

Commit

Permalink
Declaring as final would break BC
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 14, 2014
1 parent e23aae6 commit f8efab0
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -31,6 +31,8 @@ class Horde_Core_Notification_Handler_Decorator_Base extends Horde_Notification_
/**
* Event is being added to the Horde message stack.
*
* @todo Declare as final.
*
* @param Horde_Notification_Event $event Event object.
* @param array $options Additional options (see
* Horde_Notification_Handler for
Expand Down Expand Up @@ -68,6 +70,8 @@ protected function _push(Horde_Notification_Event $event, $options)
/**
* Listeners are handling their messages.
*
* @todo Declare as final.
*
* @param Horde_Notification_Handler $handler The base handler object.
* @param Horde_Notification_Listener $listener The Listener object that
* is handling its messages.
Expand Down

0 comments on commit f8efab0

Please sign in to comment.