Skip to content

Commit 9aa1aeb

Browse files
committed
ENGCOM-3797: Static test fix.
1 parent 0edcd20 commit 9aa1aeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Eav/Model/Entity/Attribute.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Eav\Model\Entity;
87

98
use Magento\Framework\Api\AttributeValueFactory;
@@ -322,7 +321,7 @@ public function afterSave()
322321
}
323322

324323
/**
325-
* @return $this
324+
* @inheritdoc
326325
* @since 100.0.7
327326
*/
328327
public function afterDelete()

0 commit comments

Comments
 (0)