Skip to content

Commit

Permalink
magento#22210: Static tests fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky authored and mahesh-rajawat committed May 2, 2019
1 parent b62d562 commit dcf8384
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* See COPYING.txt for license details.
*/

namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes;

/**
* Bundle Extended Attribures Block
* Bundle Extended Attribures Block.
*
* @author Magento Core Team <core@magentocommerce.com>
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes;

class Extend extends \Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset\Element
{
/**
Expand Down Expand Up @@ -85,6 +85,8 @@ public function getParentElementHtml()
}

/**
* Get options.
*
* @return array
*/
public function getOptions()
Expand All @@ -106,6 +108,8 @@ public function getOptions()
}

/**
* Is disabled field.
*
* @return bool
*/
public function isDisabledField()
Expand All @@ -118,6 +122,8 @@ public function isDisabledField()
}

/**
* Get product.
*
* @return mixed
*/
public function getProduct()
Expand All @@ -129,6 +135,8 @@ public function getProduct()
}

/**
* Get extended element.
*
* @param string $switchAttributeCode
* @return \Magento\Framework\Data\Form\Element\Select
* @throws \Magento\Framework\Exception\LocalizedException
Expand Down

0 comments on commit dcf8384

Please sign in to comment.