We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a27f9c commit 4dc0872Copy full SHA for 4dc0872
app/code/Magento/Eav/Model/Entity/Attribute/Backend/JsonEncoded.php
@@ -65,7 +65,7 @@ public function afterLoad($object)
65
/**
66
* Returns true if given param is a valid json value else false.
67
*
68
- * @param $value
+ * @param string|int|float|bool|array|null $value
69
* @return bool
70
*/
71
private function isJsonEncoded($value): bool
0 commit comments