From b4d15cfce71091aabba1fb269a9db3652b17536a Mon Sep 17 00:00:00 2001 From: Robert He <rohe@ebay.com> Date: Thu, 25 Jun 2015 14:20:11 -0500 Subject: [PATCH] MAGETWO-35975: Create different cached page based on Weee configuration - fixes from code review --- app/code/Magento/Weee/Model/App/Action/ContextPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php index 872753c59ba..edbe59e5ff1 100644 --- a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php +++ b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php @@ -160,7 +160,7 @@ class ContextPlugin return $proceed($request); } - /* + /** * @param string $basedOn * @return array */ -- GitLab