From b76e2ff898b23745d4c9aaee49eeb7d88f2896ab Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 2 Mar 2017 22:49:24 -0500 Subject: Updated mailgun plugin --- .../Debug/TraceableEventDispatcherInterface.php | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 inc/mailgun/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php (limited to 'inc/mailgun/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php') diff --git a/inc/mailgun/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php b/inc/mailgun/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php deleted file mode 100644 index 5483e81..0000000 --- a/inc/mailgun/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php +++ /dev/null @@ -1,34 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\EventDispatcher\Debug; - -use Symfony\Component\EventDispatcher\EventDispatcherInterface; - -/** - * @author Fabien Potencier - */ -interface TraceableEventDispatcherInterface extends EventDispatcherInterface -{ - /** - * Gets the called listeners. - * - * @return array An array of called listeners - */ - public function getCalledListeners(); - - /** - * Gets the not called listeners. - * - * @return array An array of not called listeners - */ - public function getNotCalledListeners(); -} -- cgit v1.2.3