Completed
Push — master ( 166b13...ff8131 )
by dan
01:59
created
Dispatcher/DatabaseMessageDispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace IrishDan\NotificationBundle\Dispatcher;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-use IrishDan\NotificationBundle\Message\BaseMessage;
7 6
 use IrishDan\NotificationBundle\Message\MessageInterface;
8 7
 use Symfony\Component\PropertyAccess\PropertyAccess;
9 8
 
Please login to merge, or discard this patch.
Broadcast/Broadcaster.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 
6 6
 use IrishDan\NotificationBundle\Channel\ChannelInterface;
7
-use IrishDan\NotificationBundle\Notification\NotifiableInterface;
8 7
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
9 8
 
10 9
 class Broadcaster
Please login to merge, or discard this patch.
Formatter/MailDataFormatter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace IrishDan\NotificationBundle\Formatter;
4 4
 
5
-use IrishDan\NotificationBundle\Message\MailMessage;
6 5
 use IrishDan\NotificationBundle\Message\Message;
7 6
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
8 7
 
Please login to merge, or discard this patch.
Formatter/SlackWebhookFormatter.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\Message\Message;
6 6
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
7 7
 use IrishDan\NotificationBundle\Slackable;
8
-use IrishDan\NotificationBundle\Textable;
9 8
 
10 9
 class SlackWebhookFormatter implements MessageFormatterInterface
11 10
 {
Please login to merge, or discard this patch.
Channel/EventChannel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace IrishDan\NotificationBundle\Channel;
4 4
 
5
-use IrishDan\NotificationBundle\Dispatcher\MessageDispatcherInterface;
6 5
 use IrishDan\NotificationBundle\Event\MessageCreatedEvent;
7 6
 use IrishDan\NotificationBundle\Exception\MessageDispatchException;
8 7
 use IrishDan\NotificationBundle\Exception\MessageFormatException;
9
-use IrishDan\NotificationBundle\Formatter\MessageFormatterInterface;
10 8
 use IrishDan\NotificationBundle\Message\MessageInterface;
11 9
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
12 10
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
Please login to merge, or discard this patch.
DependencyInjection/NotificationExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace IrishDan\NotificationBundle\DependencyInjection;
4 4
 
5
-use IrishDan\NotificationBundle\DependencyInjection\Factory\Broadcaster\SlackBroadcasterFactory;
6 5
 use Symfony\Component\DependencyInjection\Definition;
7 6
 use Symfony\Component\DependencyInjection\Reference;
8 7
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
Please login to merge, or discard this patch.