File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- /**
8
- * Product attribute add/edit form main tab
9
- *
10
- * @author Magento Core Team <core@magentocommerce.com>
11
- */
12
7
namespace Magento \Catalog \Block \Adminhtml \Product \Attribute \Edit \Tab ;
13
8
14
9
use Magento \Backend \Block \Widget \Form \Generic ;
18
13
use Magento \Framework \App \ObjectManager ;
19
14
20
15
/**
16
+ * Product attribute add/edit form main tab
17
+ *
21
18
* @api
22
19
* @since 100.0.2
23
20
*/
@@ -73,6 +70,7 @@ public function __construct(
73
70
* Adding product form elements for editing attribute
74
71
*
75
72
* @return $this
73
+ * @throws \Magento\Framework\Exception\LocalizedException
76
74
* @SuppressWarnings(PHPMD)
77
75
*/
78
76
protected function _prepareForm ()
@@ -255,7 +253,7 @@ protected function _prepareForm()
255
253
}
256
254
257
255
/**
258
- * Initialize form fileds values
256
+ * Initialize form fields values
259
257
*
260
258
* @return $this
261
259
*/
You can’t perform that action at this time.
0 commit comments