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


 - Merge Pull Request magento-engcom/import-export-improvements#152 from VoronoyAlexandr/import-export-improvements:125_Clean_Up_Magento/ImportExport/Block/Adminhtml/Export/Filter
 - Merged commits:
   1. 71e6f40
   2. 1f1ec54
  • Loading branch information
magento-engcom-team committed Nov 16, 2018
2 parents ced96c1 + 1f1ec54 commit 469330e
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 469330e

Please sign in to comment.