From 0f5597d5010390cc0b30c5ee520db568e79022e0 Mon Sep 17 00:00:00 2001 From: Igor Melnikov <imelnikov@magento.com> Date: Wed, 2 Nov 2016 15:27:47 -0500 Subject: [PATCH] MAGETWO-60353: Replace json_decode in \Magento\Framework\ObjectManager\DefinitionFactory::_unpack with SerializerInterface Removing obsolete code --- .../Magento/Framework/App/ObjectManagerFactory.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/internal/Magento/Framework/App/ObjectManagerFactory.php b/lib/internal/Magento/Framework/App/ObjectManagerFactory.php index a67304d7986..fc47cc5aca3 100644 --- a/lib/internal/Magento/Framework/App/ObjectManagerFactory.php +++ b/lib/internal/Magento/Framework/App/ObjectManagerFactory.php @@ -1,7 +1,5 @@ <?php /** - * Initialize application object manager. - * * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ @@ -16,16 +14,9 @@ use Magento\Framework\Code\GeneratedFiles; /** * @SuppressWarnings(PHPMD.CouplingBetweenObjects) - * Class ObjectManagerFactory */ class ObjectManagerFactory { - /** - * Path to definitions format in deployment configuration - * @deprecated - */ - const CONFIG_PATH_DEFINITION_FORMAT = 'definition/format'; - /** * Initialization parameter for a custom deployment configuration file */ -- GitLab