Skip to content

Commit b8309db

Browse files
committed
MC-13613: Product mass update
1 parent ce96735 commit b8309db

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,7 @@ public function setWebsiteId($websiteId)
414414
}
415415

416416
/**
417-
* Before delete action
418-
*
419-
* @return \Magento\Framework\Model\AbstractExtensibleModel
420-
* @throws \Magento\Framework\Exception\LocalizedException
417+
* @inheritdoc
421418
*/
422419
public function beforeDelete()
423420
{

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,7 @@ public function setName($name)
556556
}
557557

558558
/**
559-
* Before delete action
560-
*
561-
* @return \Magento\Framework\Model\AbstractExtensibleModel
562-
* @throws \Magento\Framework\Exception\LocalizedException
559+
* @inheritdoc
563560
*/
564561
public function beforeDelete()
565562
{

0 commit comments

Comments
 (0)