-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENGCOM-4468: Correct spelling #21683
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,6 @@ | |
* See COPYING.txt for license details. | ||
*/ | ||
|
||
/** | ||
* Product attribute add/edit form main tab | ||
* | ||
* @author Magento Core Team <[email protected]> | ||
*/ | ||
namespace Magento\Catalog\Block\Adminhtml\Product\Attribute\Edit\Tab; | ||
|
||
use Magento\Backend\Block\Widget\Form\Generic; | ||
|
@@ -18,6 +13,8 @@ | |
use Magento\Framework\App\ObjectManager; | ||
|
||
/** | ||
* Product attribute add/edit form main tab | ||
* | ||
* @api | ||
* @since 100.0.2 | ||
*/ | ||
|
@@ -73,6 +70,7 @@ public function __construct( | |
* Adding product form elements for editing attribute | ||
* | ||
* @return $this | ||
* @throws \Magento\Framework\Exception\LocalizedException | ||
* @SuppressWarnings(PHPMD) | ||
*/ | ||
protected function _prepareForm() | ||
|
@@ -255,7 +253,7 @@ protected function _prepareForm() | |
} | ||
|
||
/** | ||
* Initialize form fileds values | ||
* Initialize form fields values | ||
* | ||
* @return $this | ||
*/ | ||
|