Passed
Push — master ( b19e7d...24f7a7 )
by Hirofumi
06:21
created
src/Domain/Model/Notification.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,6 @@
 block discarded – undo
69 69
      * @param Subject $subject
70 70
      * @param Body $body
71 71
      * @param DeduplicationKey|null $deduplicationKey
72
-     * @param string|null $templateName
73
-     * @param array|null $templateVariables
74 72
      * @param array|null $metadata
75 73
      */
76 74
     public function __construct(
Please login to merge, or discard this patch.
src/Infrastructure/Domain/Model/EmailGateway.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 use Shippinno\Email\EmailNotSentException;
7 7
 use Shippinno\Email\SendEmail;
8
-use Shippinno\Email\SmtpConfiguration;
9 8
 use Shippinno\Notification\Domain\Model\Destination;
10 9
 use Shippinno\Notification\Domain\Model\EmailDestination;
11 10
 use Shippinno\Notification\Domain\Model\Gateway;
Please login to merge, or discard this patch.