Completed
Pull Request — master (#4)
by dan
14:39
created
DependencyInjection/NotificationExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use IrishDan\NotificationBundle\DependencyInjection\Factory\BroadcasterFactory;
6 6
 use IrishDan\NotificationBundle\DependencyInjection\Factory\ChannelFactory;
7 7
 use Symfony\Component\Config\FileLocator;
8
-use Symfony\Component\DependencyInjection\Compiler\PassConfig;
9 8
 use Symfony\Component\DependencyInjection\Definition;
10 9
 use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
11 10
 use Symfony\Component\DependencyInjection\Reference;
Please login to merge, or discard this patch.
Subscriber/NotificationChannelSubscriber.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -4,13 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use IrishDan\NotificationBundle\Adapter\MessageAdapterInterface;
6 6
 use IrishDan\NotificationBundle\Channel\ChannelInterface;
7
-use IrishDan\NotificationBundle\Channel\EventChannel;
8
-use IrishDan\NotificationBundle\Event\MessageCreatedEvent;
9
-use IrishDan\NotificationBundle\Event\MessageDispatchedEvent;
10 7
 use IrishDan\NotificationBundle\Event\NotificationReadyToFormatEvent;
11 8
 use IrishDan\NotificationBundle\Exception\MessageDispatchException;
12
-use IrishDan\NotificationBundle\Message\MessageInterface;
13
-use Psr\Log\LoggerInterface;
14 9
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
15 10
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
16 11
 
Please login to merge, or discard this patch.