Skip to content

Commit 4dc0872

Browse files
committed
magento/magento2#87588: Fix json encoded attribute backend type to not encode attribute value multiple times magento#13551
1 parent 0a27f9c commit 4dc0872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Attribute/Backend/JsonEncoded.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function afterLoad($object)
6565
/**
6666
* Returns true if given param is a valid json value else false.
6767
*
68-
* @param $value
68+
* @param string|int|float|bool|array|null $value
6969
* @return bool
7070
*/
7171
private function isJsonEncoded($value): bool

0 commit comments

Comments
 (0)