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
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 ;
Original file line number Diff line number Diff line change @@ -176,12 +176,9 @@ protected function _construct()
176176 }
177177
178178 /**
179- * Validation rules for store
180- *
181- * @return \Zend_Validate_Interface|null
182- * @throws \Zend_Validate_Exception
179+ * @inheritdoc
183180 */
184- protected function _getValidationRulesBeforeSave (): ? \ Zend_Validate_Interface
181+ protected function _getValidationRulesBeforeSave ()
185182 {
186183 return $ this ->modelValidator ;
187184 }
You can’t perform that action at this time.
0 commit comments