Completed
Push — master ( 776646...b5fe69 )
by dan
02:02
created
Formatter/DatabaseDataFormatter.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\Formatter;
4 4
 
5 5
 use IrishDan\NotificationBundle\DatabaseNotifiableInterface;
6
-use IrishDan\NotificationBundle\Exception\MessageFormatException;
7 6
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
8 7
 
9 8
 class DatabaseDataFormatter extends BaseFormatter implements MessageFormatterInterface
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
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace IrishDan\NotificationBundle\Formatter;
4 4
 
5 5
 use IrishDan\NotificationBundle\EmailableInterface;
6
-use IrishDan\NotificationBundle\Exception\MessageFormatException;
7 6
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
8 7
 
9 8
 class MailDataFormatter extends BaseFormatter implements MessageFormatterInterface
Please login to merge, or discard this patch.
Formatter/NexmoDataFormatter.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\Exception\MessageFormatException;
6 5
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
7 6
 use IrishDan\NotificationBundle\TextableInterface;
8 7
 
Please login to merge, or discard this patch.
Formatter/PusherDataFormatter.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\Exception\MessageFormatException;
6 5
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
7 6
 use IrishDan\NotificationBundle\PusherableInterface;
8 7
 use IrishDan\NotificationBundle\PusherManager;
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
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace IrishDan\NotificationBundle\Formatter;
4 4
 
5
-use IrishDan\NotificationBundle\Exception\MessageFormatException;
6 5
 use IrishDan\NotificationBundle\Notification\NotificationInterface;
7 6
 use IrishDan\NotificationBundle\SlackableInterface;
8 7
 
Please login to merge, or discard this patch.