Skip to content

Commit b815483

Browse files
author
Stanislav Idolov
authored
Reverted breaking changes
1 parent 7dd4150 commit b815483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/Account/Navigation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Navigation extends Links
2222
* {@inheritdoc}
2323
* @since 100.2.0
2424
*/
25-
public function getLinks(): array
25+
public function getLinks()
2626
{
2727
$links = $this->_layout->getChildBlocks($this->getNameInLayout());
2828
$sortableLink = [];

0 commit comments

Comments
 (0)