We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606c3e8 commit 4e1bfdeCopy full SHA for 4e1bfde
app/code/Magento/Sales/Model/Order/Email/Sender/ShipmentSender.php
@@ -17,8 +17,10 @@
17
use Magento\Framework\DataObject;
18
19
/**
20
- * Class ShipmentSender
+ * Class for shipment email notification sender
21
*
22
+ * @deprecated since this class works only with the concrete model and no data interface
23
+ * @see \Magento\Sales\Model\Order\Shipment\Sender\EmailSender
24
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25
*/
26
class ShipmentSender extends Sender
0 commit comments