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 aea6e3b commit c0d6a65Copy full SHA for c0d6a65
lib/internal/Magento/Framework/Serialize/Serializer/Json.php
@@ -16,7 +16,7 @@
16
class Json implements SerializerInterface
17
{
18
/**
19
- * {@inheritDoc}
+ * @inheritDoc
20
* @since 100.2.0
21
*/
22
public function serialize($data)
@@ -29,7 +29,7 @@ public function serialize($data)
29
}
30
31
32
33
34
35
public function unserialize($string)
0 commit comments