Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
ENGCOM-3417: Removed method annotation without argument from PHPDoc #152
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Nov 22, 2018
2 parents 49c93c1 + 469330e commit 74549e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/code/Magento/Backend/Block/Widget/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @api
* @deprecated 100.2.0 in favour of UI component implementation
* @method string getRowClickCallback() getRowClickCallback()
* @method \Magento\Backend\Block\Widget\Grid setRowClickCallback() setRowClickCallback(string $value)
* @method \Magento\Backend\Block\Widget\Grid setRowClickCallback(string $value)
* @SuppressWarnings(PHPMD.TooManyFields)
* @since 100.0.2
*/
Expand Down Expand Up @@ -150,7 +150,10 @@ public function __construct(
}

/**
* Internal constructor, that is called from real constructor
*
* @return void
*
* @SuppressWarnings(PHPMD.NPathComplexity)
*/
protected function _construct()
Expand Down Expand Up @@ -709,6 +712,7 @@ public function getGridUrl()

/**
* Grid url getter
*
* Version of getGridUrl() but with parameters
*
* @param array $params url parameters
Expand Down

0 comments on commit 74549e7

Please sign in to comment.