From 3c0a65f99744d855fa7ae9c446952015ff7f454d Mon Sep 17 00:00:00 2001 From: Ejaz Alam Date: Wed, 10 Mar 2021 15:40:55 +0500 Subject: [PATCH] Update Context.php --- lib/internal/Magento/Framework/App/Helper/Context.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/internal/Magento/Framework/App/Helper/Context.php b/lib/internal/Magento/Framework/App/Helper/Context.php index 5b90df8c55205..0e02762f8e3a6 100644 --- a/lib/internal/Magento/Framework/App/Helper/Context.php +++ b/lib/internal/Magento/Framework/App/Helper/Context.php @@ -17,6 +17,8 @@ * * As Magento moves from inheritance-based APIs all such classes will be deprecated together with * the classes they were introduced for. + * + * @deprecated */ class Context implements \Magento\Framework\ObjectManager\ContextInterface {