Skip to content

Commit

Permalink
Fix static test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-ch authored Mar 11, 2019
1 parent cfa2e3e commit c26ce0e
Showing 1 changed file with 3 additions and 5 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 <core@magentocommerce.com>
*/
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

0 comments on commit c26ce0e

Please sign in to comment.