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 7dd4150 commit b815483Copy full SHA for b815483
app/code/Magento/Customer/Block/Account/Navigation.php
@@ -22,7 +22,7 @@ class Navigation extends Links
22
* {@inheritdoc}
23
* @since 100.2.0
24
*/
25
- public function getLinks(): array
+ public function getLinks()
26
{
27
$links = $this->_layout->getChildBlocks($this->getNameInLayout());
28
$sortableLink = [];
0 commit comments