Skip to content

Commit

Permalink
ENGCOM-4468: Correct spelling #21683
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 15, 2019
2 parents 9a3e2ee + 65a61d7 commit 7fe9e2b
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -18,6 +13,8 @@
use Magento\Framework\App\ObjectManager;

/**
* Product attribute add/edit form main tab
*
* @api
* @since 100.0.2
*/
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -255,7 +253,7 @@ protected function _prepareForm()
}

/**
* Initialize form fileds values
* Initialize form fields values
*
* @return $this
*/
Expand Down

0 comments on commit 7fe9e2b

Please sign in to comment.