Skip to content

Commit

Permalink
ENGCOM-6807: Deprecated redundant class #26714
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets authored Feb 11, 2020
2 parents f5478c5 + 50105b6 commit 9f1d4a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
use Magento\Sales\Model\Order\Email\Sender\ShipmentSender;

/**
* Test for Magento\Sales\Model\Order\Email\Sender\ShipmentSender class.
* Test for Magento\Sales\Model\Order\Email\Sender\ShipmentSender class
*
* @deprecated since ShipmentSender is deprecated
* @see \Magento\Sales\Model\Order\Email\Sender\ShipmentSender
*/
class ShipmentSenderTest extends AbstractSenderTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

/**
* @magentoAppArea frontend
*
* @deprecated since ShipmentSender is deprecated
* @see \Magento\Sales\Model\Order\Email\Sender\ShipmentSender
*/
class ShipmentSenderTest extends \PHPUnit\Framework\TestCase
{
Expand Down

0 comments on commit 9f1d4a5

Please sign in to comment.