Skip to content

Commit

Permalink
#21711: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Apr 18, 2019
1 parent 95b1d53 commit 0ade930
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Magento\Framework\Event\ObserverInterface;

/**
* Class UpdateLinkPurchasedObserver
* Assign Downloadable links to customer created after issuing guest order.
*/
class UpdateLinkPurchasedObserver implements ObserverInterface
Expand Down Expand Up @@ -47,9 +46,10 @@ public function __construct(
}

/**
* re-save order data after order update
* Re-save order data after order update.
*
* @param \Magento\Framework\Event\Observer $observer
* @return $this|void
* @return $this
*/
public function execute(\Magento\Framework\Event\Observer $observer)
{
Expand Down

0 comments on commit 0ade930

Please sign in to comment.