Skip to content

Commit c0d6a65

Browse files
p-bystritskymageprince
authored andcommitted
ENGCOM-3782: Static test fix.
1 parent aea6e3b commit c0d6a65

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/Serialize/Serializer

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Serialize/Serializer/Json.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class Json implements SerializerInterface
1717
{
1818
/**
19-
* {@inheritDoc}
19+
* @inheritDoc
2020
* @since 100.2.0
2121
*/
2222
public function serialize($data)
@@ -29,7 +29,7 @@ public function serialize($data)
2929
}
3030

3131
/**
32-
* {@inheritDoc}
32+
* @inheritDoc
3333
* @since 100.2.0
3434
*/
3535
public function unserialize($string)

0 commit comments

Comments
 (0)