Skip to content

Commit 4e1bfde

Browse files
committed
Deprecated redundant class
1 parent 606c3e8 commit 4e1bfde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Sales/Model/Order/Email/Sender/ShipmentSender.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
use Magento\Framework\DataObject;
1818

1919
/**
20-
* Class ShipmentSender
20+
* Class for shipment email notification sender
2121
*
22+
* @deprecated since this class works only with the concrete model and no data interface
23+
* @see \Magento\Sales\Model\Order\Shipment\Sender\EmailSender
2224
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2325
*/
2426
class ShipmentSender extends Sender

0 commit comments

Comments
 (0)