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 ff94075 commit 9c7687aCopy full SHA for 9c7687a
app/code/Magento/Backend/Block/Widget/Tabs.php
@@ -235,7 +235,7 @@ protected function _beforeToHtml()
235
$this->_tabs = $this->reorderTabs();
236
237
if ($this->_activeTab === null) {
238
- /** @var $tab */
+ /** @var TabInterface $tab */
239
foreach ($this->_tabs as $tab) {
240
$this->_activeTab = $tab->getId();
241
break;
@@ -306,7 +306,7 @@ protected function reorderTabs()
306
307
$ordered = [];
308
309
310
foreach ($orderByPosition as $tab) {
311
$ordered[$tab->getId()] = $tab;
312
}
0 commit comments