From a64886e1d0a6959b0cfa35882496051bed648008 Mon Sep 17 00:00:00 2001 From: Ejaz Alam Date: Wed, 17 Mar 2021 16:43:25 +0500 Subject: [PATCH] Update ContextInterface.php --- app/code/Magento/Catalog/Model/Layer/ContextInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/code/Magento/Catalog/Model/Layer/ContextInterface.php b/app/code/Magento/Catalog/Model/Layer/ContextInterface.php index 00aec9db66f7a..6af8df9238707 100644 --- a/app/code/Magento/Catalog/Model/Layer/ContextInterface.php +++ b/app/code/Magento/Catalog/Model/Layer/ContextInterface.php @@ -16,6 +16,8 @@ * * As Magento moves from inheritance-based APIs all such classes will be deprecated together with their * corresponding abstract classes. + * + * @deprecated */ interface ContextInterface {