File tree Expand file tree Collapse file tree 7 files changed +8
-14
lines changed
Test/Unit/Model/Order/Email/Sender Expand file tree Collapse file tree 7 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Framework \DataObject ;
18
18
use Magento \Store \Model \App \Emulation ;
19
19
20
- /**
21
- * Class CreditmemoCommentSender
22
- */
23
20
class CreditmemoCommentSender extends NotifySender
24
21
{
25
22
/**
Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ class CreditmemoSender extends Sender
71
71
* @param \Magento\Framework\App\Config\ScopeConfigInterface $globalConfig
72
72
* @param ManagerInterface $eventManager
73
73
* @param Emulation|null $appEmulation
74
+ *
75
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
74
76
*/
75
77
public function __construct (
76
78
Template $ templateContainer ,
Original file line number Diff line number Diff line change 17
17
use Magento \Framework \DataObject ;
18
18
use Magento \Store \Model \App \Emulation ;
19
19
20
- /**
21
- * Class InvoiceCommentSender
22
- */
23
20
class InvoiceCommentSender extends NotifySender
24
21
{
25
22
/**
@@ -46,6 +43,7 @@ class InvoiceCommentSender extends NotifySender
46
43
* @param \Psr\Log\LoggerInterface $logger
47
44
* @param Renderer $addressRenderer
48
45
* @param ManagerInterface $eventManager
46
+ * @param Emulation|null $appEmulation
49
47
*/
50
48
public function __construct (
51
49
Template $ templateContainer ,
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ class InvoiceSender extends Sender
72
72
* @param InvoiceResource $invoiceResource
73
73
* @param \Magento\Framework\App\Config\ScopeConfigInterface $globalConfig
74
74
* @param ManagerInterface $eventManager
75
+ * @param Emulation|null $appEmulation
76
+ *
77
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
75
78
*/
76
79
public function __construct (
77
80
Template $ templateContainer ,
Original file line number Diff line number Diff line change 17
17
use Magento \Framework \DataObject ;
18
18
use Magento \Store \Model \App \Emulation ;
19
19
20
- /**
21
- * Class ShipmentCommentSender
22
- */
23
20
class ShipmentCommentSender extends NotifySender
24
21
{
25
22
/**
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ class ShipmentSender extends Sender
73
73
* @param \Magento\Framework\App\Config\ScopeConfigInterface $globalConfig
74
74
* @param ManagerInterface $eventManager
75
75
* @param Emulation|null $appEmulation
76
+ *
77
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
76
78
*/
77
79
public function __construct (
78
80
Template $ templateContainer ,
Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ class InvoiceCommentSenderTest extends AbstractSenderTest
26
26
*/
27
27
protected $ invoiceMock ;
28
28
29
- /**
30
- * @var Invoice|MockObject
31
- */
32
- private $ invoiceResource ;
33
-
34
29
/**
35
30
* @inheritDoc
36
31
*/
You can’t perform that action at this time.
0 commit comments