Skip to content

Commit

Permalink
Deprecated redundant class
Browse files Browse the repository at this point in the history
  • Loading branch information
drpayyne committed Feb 5, 2020
1 parent 606c3e8 commit 4e1bfde
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
use Magento\Framework\DataObject;

/**
* Class ShipmentSender
* Class for shipment email notification sender
*
* @deprecated since this class works only with the concrete model and no data interface
* @see \Magento\Sales\Model\Order\Shipment\Sender\EmailSender
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class ShipmentSender extends Sender
Expand Down

0 comments on commit 4e1bfde

Please sign in to comment.