Skip to content

Commit 7bc52b9

Browse files
authored
Fix docblock
1 parent 8910b68 commit 7bc52b9

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Backend/Block/System/Store/Grid/Render

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/Block/System/Store/Grid/Render/Website.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* Store render website
1010
*
1111
* @author Magento Core Team <core@magentocommerce.com>
12-
* @deprecated
12+
* @deprecated since Store Grid is refactored with UI Components
1313
*/
1414
class Website extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer
1515
{
1616
/**
17-
* {@inheritdoc}
17+
* @inheritdoc
1818
*/
1919
public function render(\Magento\Framework\DataObject $row)
2020
{

0 commit comments

Comments
 (0)