Completed
Push — master ( 6f51c2...a1727f )
by Philippe
02:45
created
src/Mailer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Postmark\PostmarkClient;
20 20
 use yii\base\InvalidConfigException;
21 21
 use yii\mail\BaseMailer;
22
-use Yii;
23 22
 
24 23
 /**
25 24
  * This component allow user to send an email
Please login to merge, or discard this patch.
src/Message.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -15,13 +15,9 @@
 block discarded – undo
15 15
 namespace sweelix\postmark;
16 16
 
17 17
 
18
-use yii\base\InvalidConfigException;
19 18
 use yii\base\InvalidParamException;
20 19
 use yii\base\NotSupportedException;
21
-use yii\helpers\ArrayHelper;
22 20
 use yii\mail\BaseMessage;
23
-use Yii;
24
-use yii\mail\MailerInterface;
25 21
 
26 22
 /**
27 23
  * This component allow user to send an email
Please login to merge, or discard this patch.