File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Store/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Magento \Store \Model ;
11
11
12
+ use Laminas \Validator \ValidatorInterface ;
12
13
use Magento \Framework \App \ObjectManager ;
13
14
use Magento \Framework \MessageQueue \PoisonPill \PoisonPillPutInterface ;
14
15
use Magento \Store \Model \Validation \StoreValidator ;
@@ -178,10 +179,9 @@ protected function _construct()
178
179
/**
179
180
* Validation rules for store
180
181
*
181
- * @return \Zend_Validate_Interface|null
182
- * @throws \Zend_Validate_Exception
182
+ * @return ValidatorInterface|null
183
183
*/
184
- protected function _getValidationRulesBeforeSave (): ? \ Zend_Validate_Interface
184
+ protected function _getValidationRulesBeforeSave ()
185
185
{
186
186
return $ this ->modelValidator ;
187
187
}
You can’t perform that action at this time.
0 commit comments