Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 6da50a9

Browse files
Maks3wweierophinney
authored andcommitted
Deprecate JsonSerializable
1 parent 1808d6c commit 6da50a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/JsonSerializable.php

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
namespace Zend\Stdlib;
1111

12+
/**
13+
* @deprecated Use native JsonSerializable
14+
*/
1215
interface JsonSerializable extends \JsonSerializable
1316
{
1417
}

0 commit comments

Comments
 (0)