Skip to content

Commit eb8fb96

Browse files
committed
MAGETWO-70705: [GitHub] Installation error in Tax module #10138
1 parent 223dba5 commit eb8fb96

File tree

1 file changed

+0
-10
lines changed
  • app/code/Magento/Tax/Block/Adminhtml/Rate/Grid/Renderer

1 file changed

+0
-10
lines changed

app/code/Magento/Tax/Block/Adminhtml/Rate/Grid/Renderer/Data.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,4 @@
1818
*/
1919
class Data extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
2020
{
21-
/**
22-
* @param \Magento\Framework\DataObject $row
23-
* @return int|string
24-
* @since 2.0.0
25-
* @deprecated since it doesn't bring any value anymore
26-
*/
27-
protected function _getValue(\Magento\Framework\DataObject $row)
28-
{
29-
return parent::_getValue($row);
30-
}
3121
}

0 commit comments

Comments
 (0)