We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecfa49 commit 4378487Copy full SHA for 4378487
app/code/Magento/Backend/Block/System/Store/Grid/Render/Group.php
@@ -17,7 +17,7 @@ class Group extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractR
17
/**
18
* @inheritDoc
19
*/
20
- public function render(DataObject $row): ?string
+ public function render(DataObject $row)
21
{
22
if (!$row->getData($this->getColumn()->getIndex())) {
23
return null;
0 commit comments