From 9aa1aebc0647c85670b58bca7ca8191938016c9c Mon Sep 17 00:00:00 2001 From: Pavel Bystritsky Date: Tue, 8 Jan 2019 14:57:08 +0200 Subject: [PATCH] ENGCOM-3797: Static test fix. --- app/code/Magento/Eav/Model/Entity/Attribute.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/code/Magento/Eav/Model/Entity/Attribute.php b/app/code/Magento/Eav/Model/Entity/Attribute.php index 998a2d208c4e7..06a4abb985802 100644 --- a/app/code/Magento/Eav/Model/Entity/Attribute.php +++ b/app/code/Magento/Eav/Model/Entity/Attribute.php @@ -3,7 +3,6 @@ * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ - namespace Magento\Eav\Model\Entity; use Magento\Framework\Api\AttributeValueFactory; @@ -322,7 +321,7 @@ public function afterSave() } /** - * @return $this + * @inheritdoc * @since 100.0.7 */ public function afterDelete()