Skip to content

Commit 667029b

Browse files
ENGCOM-7983: 💬 fix typo in php doc #29451
- Merge Pull Request #29451 from brosenberger/magento2:fix-phpdoc-typo-downloadable - Merged commits: 1. 2f2ceb6 2. 200484d 3. 2841c9c
2 parents b817af4 + 2841c9c commit 667029b

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)