From 6877bdeee50879a0c8530cdc14e581ab0fb61ea1 Mon Sep 17 00:00:00 2001 From: Roman Ganin <rganin@magento.com> Date: Wed, 19 Oct 2016 13:27:57 +0300 Subject: [PATCH] =?UTF-8?q?MAGETWO-54296:=20=D0=A1ategory=20suffix=20does?= =?UTF-8?q?=20not=20change=20after=20the=20second=20configuration=20change?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php b/app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php index a2df5b7c233..c1f37eca1c5 100644 --- a/app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php +++ b/app/code/Magento/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php @@ -125,7 +125,7 @@ class Suffix extends \Magento\Framework\App\Config\Value } /** - * @return $this + * {@inheritdoc} */ public function afterDeleteCommit() { -- GitLab