Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/Magento/Framework/Serialize/Serializer/Json.php
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
class Json implements SerializerInterface
{
/**
* {@inheritDoc}
* @inheritDoc
* @since 100.2.0
*/
public function serialize($data)
@@ -29,7 +29,7 @@ public function serialize($data)
}

/**
* {@inheritDoc}
* @inheritDoc
* @since 100.2.0
*/
public function unserialize($string)

0 comments on commit 49667ee

Please sign in to comment.