Skip to content

Commit

Permalink
Merge pull request #109 from magento-sparta/MAGETWO-44700
Browse files Browse the repository at this point in the history
MAGETWO-44700: Docblock issues blocks testing tools to work
  • Loading branch information
Korshenko, Olexii(okorshenko) committed Nov 3, 2015
2 parents 794b2a5 + d4a1650 commit 295440e
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 deletions app/code/Magento/Backend/Block/Widget/Button/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
namespace Magento\Backend\Block\Widget\Button;

/**
* @method string getButtonKey
* @method string getRegion
* @method string getName
* @method int getLevel
* @method int getSortOrder
* @method string getTitle
* @method string getButtonKey()
* @method string getRegion()
* @method string getName()
* @method int getLevel()
* @method int getSortOrder()
* @method string getTitle()
*/
class Item extends \Magento\Framework\Object
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use Magento\Backend\Block\Widget\Button\ContextInterface;

/**
* @method \Magento\Backend\Block\Widget\Button\Item getButtonItem
* @method ContextInterface getContext
* @method \Magento\Backend\Block\Widget\Button\Item getButtonItem()
* @method ContextInterface getContext()
* @method ContextInterface setContext(ContextInterface $context)
*/
class Container extends \Magento\Framework\View\Element\AbstractBlock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Product attribute add/edit form options tab
*
* @method \Magento\Catalog\Block\Adminhtml\Product\Attribute\Edit\Tab\Options setReadOnly(bool $value)
* @method null|bool getReadOnly
* @method null|bool getReadOnly()
*
* @author Magento Core Team <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Model/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @method array getAssociatedProductIds()
* @method Product setNewVariationsAttributeSetId(int $value)
* @method int getNewVariationsAttributeSetId()
* @method int getPriceType
* @method int getPriceType()
* @method Resource\Product\Collection getCollection()
* @method string getUrlKey()
* @method Product setUrlKey(string $urlKey)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Line count config model for customer address street attribute
*
* @method string getWebsiteCode
* @method string getWebsiteCode()
*/
class Street extends \Magento\Framework\App\Config\Value
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Adminhtml abandoned shopping carts report grid block
*
* @method \Magento\Reports\Model\Resource\Quote\Collection getCollection
* @method \Magento\Reports\Model\Resource\Quote\Collection getCollection()
*
* @author Magento Core Team <[email protected]>
* @SuppressWarnings(PHPMD.DepthOfInheritance)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
* Class CreditmemoLoader
*
* @package Magento\Sales\Controller\Adminhtml\Order
* @method CreditmemoLoader setCreditmemoId
* @method CreditmemoLoader setCreditmemo
* @method CreditmemoLoader setInvoiceId
* @method CreditmemoLoader setOrderId
* @method int getCreditmemoId
* @method string getCreditmemo
* @method int getInvoiceId
* @method int getOrderId
* @method CreditmemoLoader setCreditmemoId()
* @method CreditmemoLoader setCreditmemo()
* @method CreditmemoLoader setInvoiceId()
* @method CreditmemoLoader setOrderId()
* @method int getCreditmemoId()
* @method string getCreditmemo()
* @method int getInvoiceId()
* @method int getOrderId()
*/
class CreditmemoLoader extends Object
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
* Class ShipmentLoader
*
* @package Magento\Shipping\Controller\Adminhtml\Order
* @method ShipmentLoader setOrderId
* @method ShipmentLoader setShipmentId
* @method ShipmentLoader setShipment
* @method ShipmentLoader setTracking
* @method int getOrderId
* @method int getShipmentId
* @method array getShipment
* @method array getTracking
* @method ShipmentLoader setOrderId()
* @method ShipmentLoader setShipmentId()
* @method ShipmentLoader setShipment()
* @method ShipmentLoader setTracking()
* @method int getOrderId()
* @method int getShipmentId()
* @method array getShipment()
* @method array getTracking()
*/
class ShipmentLoader extends Object
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @method
* \Magento\Theme\Block\Adminhtml\Wysiwyg\Files\Content\Files setStorage(\Magento\Theme\Model\Wysiwyg\Storage $storage)
* @method \Magento\Theme\Model\Wysiwyg\Storage getStorage
* @method \Magento\Theme\Model\Wysiwyg\Storage getStorage()
*/
namespace Magento\Theme\Block\Adminhtml\Wysiwyg\Files\Content;

Expand Down

0 comments on commit 295440e

Please sign in to comment.