Skip to content

Commit f196f13

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/Store/Model/Group.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010
namespace Magento\Store\Model;
1111

12-
use Laminas\Validator\ValidatorInterface;
1312
use Magento\Framework\App\ObjectManager;
1413
use Magento\Framework\MessageQueue\PoisonPill\PoisonPillPutInterface;
1514
use Magento\Store\Model\Validation\StoreValidator;
@@ -177,9 +176,7 @@ protected function _construct()
177176
}
178177

179178
/**
180-
* Validation rules for store
181-
*
182-
* @return ValidatorInterface|null
179+
* @inheritdoc
183180
*/
184181
protected function _getValidationRulesBeforeSave()
185182
{

0 commit comments

Comments
 (0)