Skip to content

Commit 630b2ac

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71061: Remove zend json from migration #10341
- fixed docBlock
1 parent cd2c970 commit 630b2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public function getCompositeModules()
704704
*
705705
* @param string $encodedValue
706706
* @param int $objectDecodeType
707-
* @return array|bool|float|int|mixed|null|string
707+
* @return string|int|float|bool|array|null
708708
* @throws \InvalidArgumentException
709709
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
710710
* @deprecated
@@ -720,7 +720,7 @@ protected function _jsonDecode($encodedValue, $objectDecodeType = 1)
720720
* encoded in the JSON format
721721
*
722722
* @param string $encodedValue
723-
* @return array|bool|float|int|mixed|null|string
723+
* @return string|int|float|bool|array|null
724724
* @throws \InvalidArgumentException
725725
*/
726726
private function jsonDecode($encodedValue)

0 commit comments

Comments
 (0)