File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Backend/Block/System/Store/Grid/Render Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Group extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractR
17
17
/**
18
18
* @inheritDoc
19
19
*/
20
- public function render (DataObject $ row ): ? string
20
+ public function render (DataObject $ row )
21
21
{
22
22
if (!$ row ->getData ($ this ->getColumn ()->getIndex ())) {
23
23
return null ;
Original file line number Diff line number Diff line change @@ -176,12 +176,9 @@ protected function _construct()
176
176
}
177
177
178
178
/**
179
- * Validation rules for store
180
- *
181
- * @return \Zend_Validate_Interface|null
182
- * @throws \Zend_Validate_Exception
179
+ * @inheritdoc
183
180
*/
184
- protected function _getValidationRulesBeforeSave (): ? \ Zend_Validate_Interface
181
+ protected function _getValidationRulesBeforeSave ()
185
182
{
186
183
return $ this ->modelValidator ;
187
184
}
You can’t perform that action at this time.
0 commit comments