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 44 * See COPYING.txt for license details.
55 */
66
7- /**
8- * Product attribute add/edit form main tab
9- *
10- * @author Magento Core Team <core@magentocommerce.com>
11- */
127namespace Magento \Catalog \Block \Adminhtml \Product \Attribute \Edit \Tab ;
138
149use Magento \Backend \Block \Widget \Form \Generic ;
1813use Magento \Framework \App \ObjectManager ;
1914
2015/**
16+ * Product attribute add/edit form main tab
17+ *
2118 * @api
2219 * @since 100.0.2
2320 */
@@ -73,6 +70,7 @@ public function __construct(
7370 * Adding product form elements for editing attribute
7471 *
7572 * @return $this
73+ * @throws \Magento\Framework\Exception\LocalizedException
7674 * @SuppressWarnings(PHPMD)
7775 */
7876 protected function _prepareForm ()
@@ -255,7 +253,7 @@ protected function _prepareForm()
255253 }
256254
257255 /**
258- * Initialize form fileds values
256+ * Initialize form fields values
259257 *
260258 * @return $this
261259 */
You can’t perform that action at this time.
0 commit comments