Skip to content

Commit 4378487

Browse files
committed
AC-5933 Magento Admin stores functionality improvements
1 parent 9ecfa49 commit 4378487

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Group extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractR
1717
/**
1818
* @inheritDoc
1919
*/
20-
public function render(DataObject $row): ?string
20+
public function render(DataObject $row)
2121
{
2222
if (!$row->getData($this->getColumn()->getIndex())) {
2323
return null;

0 commit comments

Comments
 (0)