forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENGCOM-4498: Removed extra whitespaces magento#21740
- Loading branch information
Showing
3 changed files
with
25 additions
and
24 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,15 +4,13 @@ | |
* See COPYING.txt for license details. | ||
*/ | ||
|
||
/** | ||
* Product attribute add/edit form main tab | ||
* | ||
* @author Magento Core Team <[email protected]> | ||
*/ | ||
namespace Magento\Eav\Block\Adminhtml\Attribute\Edit\Main; | ||
|
||
use Magento\Catalog\Model\ResourceModel\Eav\Attribute; | ||
|
||
/** | ||
* Product attribute add/edit form main tab | ||
*/ | ||
abstract class AbstractMain extends \Magento\Backend\Block\Widget\Form\Generic | ||
{ | ||
/** | ||
|
@@ -110,7 +108,6 @@ protected function _prepareForm() | |
|
||
/** @var \Magento\Framework\Data\Form $form */ | ||
$form = $this->_formFactory->create( | ||
|
||
['data' => ['id' => 'edit_form', 'action' => $this->getData('action'), 'method' => 'post']] | ||
); | ||
|
||
|
@@ -280,10 +277,11 @@ protected function _initFormValues() | |
} | ||
|
||
/** | ||
* Processing block html after rendering | ||
* Processing block html after rendering. | ||
* | ||
* Adding js block to the end of this block | ||
* | ||
* @param string $html | ||
* @param string $html | ||
* @return string | ||
*/ | ||
protected function _afterToHtml($html) | ||
|
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
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