Skip to content

Commit 71e6f40

Browse files
Removed method annotation without argument from PHPDoc
1 parent eb27ac2 commit 71e6f40

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Block/Widget

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Widget/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @api
1313
* @deprecated 100.2.0 in favour of UI component implementation
1414
* @method string getRowClickCallback() getRowClickCallback()
15-
* @method \Magento\Backend\Block\Widget\Grid setRowClickCallback() setRowClickCallback(string $value)
15+
* @method \Magento\Backend\Block\Widget\Grid setRowClickCallback(string $value)
1616
* @SuppressWarnings(PHPMD.TooManyFields)
1717
* @since 100.0.2
1818
*/

0 commit comments

Comments
 (0)