Skip to content

Commit 75b152f

Browse files
authored
ENGCOM-7983: 💬 fix typo in php doc #29451
2 parents d822601 + 667029b commit 75b152f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Downloadable/Block/Sales/Order/Email/Items/Downloadable.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Magento\Store\Model\ScopeInterface;
1313

1414
/**
15-
* Downlaodable Sales Order Email items renderer
15+
* Downloadable Sales Order Email items renderer
1616
*
1717
* @api
1818
* @since 100.0.2
@@ -81,6 +81,8 @@ public function getLinks()
8181
}
8282

8383
/**
84+
* Returns links title
85+
*
8486
* @return null|string
8587
*/
8688
public function getLinksTitle()
@@ -92,6 +94,8 @@ public function getLinksTitle()
9294
}
9395

9496
/**
97+
* Returns purchased link url
98+
*
9599
* @param Item $item
96100
* @return string
97101
*/

0 commit comments

Comments
 (0)