From 64c70957e53327978db986c8b558e87c2ea32952 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 1 Jan 2014 10:18:08 +0100 Subject: [PATCH] removed unneeded use statements --- .../Component/EventDispatcher/Debug/TraceableEventDispatcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php b/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php index b64d4ff128..14cd49dd66 100644 --- a/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php +++ b/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php @@ -11,7 +11,6 @@ namespace Symfony\Component\EventDispatcher\Debug; -use Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\EventDispatcher\Event;