diff options
Diffstat (limited to 'phpBB/includes/event/dispatcher_interface.php')
-rw-r--r-- | phpBB/includes/event/dispatcher_interface.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/includes/event/dispatcher_interface.php b/phpBB/includes/event/dispatcher_interface.php index 0a4881b3ba..37e6bd4cf1 100644 --- a/phpBB/includes/event/dispatcher_interface.php +++ b/phpBB/includes/event/dispatcher_interface.php @@ -2,7 +2,7 @@ /** * * @package phpBB3 -* @copyright (c) 2011 phpBB Group +* @copyright (c) Fabien Potencier <fabien@symfony.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ @@ -16,6 +16,11 @@ if (!defined('IN_PHPBB')) } /** + * This file has been taken from Symfony2 and adjusted for + * phpBB's coding standards. + */ + +/** * The EventDispatcherInterface is the central point of Symfony's event listener system. * Listeners are registered on the manager and events are dispatched through the * manager. |