Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit af39407

Browse files
committed
MAGETWO-80186: [2.2.x] - Remove zend json from migration #10341
-fix after CR
1 parent ec8c439 commit af39407

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/internal/Magento/Framework/Module/Setup/Migration.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function __construct(
159159
];
160160
$this->_compositeModules = $compositeModules;
161161
$this->setup = $setup;
162-
$this->serializer = $serializer?: \Magento\Framework\App\ObjectManager::getInstance()
162+
$this->serializer = $serializer ?: \Magento\Framework\App\ObjectManager::getInstance()
163163
->get(\Magento\Framework\Serialize\Serializer\Json::class);
164164
}
165165

@@ -712,8 +712,7 @@ protected function _jsonDecode($encodedValue, $objectDecodeType = 1)
712712
}
713713

714714
/**
715-
* Decodes the given $encodedValue string which is
716-
* encoded in the JSON format
715+
* Decodes the given $encodedValue string which is encoded in the JSON format
717716
*
718717
* @param string $encodedValue
719718
* @return string|int|float|bool|array|null

0 commit comments

Comments
 (0)