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 95b1d53 commit 0ade930Copy full SHA for 0ade930
app/code/Magento/Downloadable/Observer/UpdateLinkPurchasedObserver.php
@@ -10,7 +10,6 @@
10
use Magento\Framework\Event\ObserverInterface;
11
12
/**
13
- * Class UpdateLinkPurchasedObserver
14
* Assign Downloadable links to customer created after issuing guest order.
15
*/
16
class UpdateLinkPurchasedObserver implements ObserverInterface
@@ -47,9 +46,10 @@ public function __construct(
47
46
}
48
49
50
- * re-save order data after order update
+ * Re-save order data after order update.
+ *
51
* @param \Magento\Framework\Event\Observer $observer
52
- * @return $this|void
+ * @return $this
53
54
public function execute(\Magento\Framework\Event\Observer $observer)
55
{
0 commit comments