Skip to content

Commit f31e7f0

Browse files
committed
ENGCOM-4182: Static test fix.
1 parent ca72609 commit f31e7f0

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Inventory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ public function getTabTitle()
109109
}
110110

111111
/**
112-
* @inheritdoc
112+
* @inheritdoc
113113
*/
114114
public function canShowTab()
115115
{
116116
return true;
117117
}
118118

119119
/**
120-
* @inheritdoc
120+
* @inheritdoc
121121
*/
122122
public function isHidden()
123123
{

0 commit comments

Comments
 (0)