Passed
Push — master ( 667eb7...2e6ab5 )
by Anton
02:55
created
src/channels/MailChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
 namespace tuyakhov\notifications\channels;
6 6
 
7 7
 
8
-use tuyakhov\notifications\messages\MailMessage;
9 8
 use tuyakhov\notifications\NotifiableInterface;
10 9
 use tuyakhov\notifications\NotificationInterface;
10
+use tuyakhov\notifications\messages\MailMessage;
11 11
 use yii\base\Component;
12 12
 use yii\di\Instance;
13 13
 use yii\mail\MailerInterface;
Please login to merge, or discard this patch.