summaryrefslogtreecommitdiff
path: root/ext/json/json.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/json.stub.php')
-rw-r--r--ext/json/json.stub.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/json.stub.php b/ext/json/json.stub.php
index 90bedef91e..c5713a7980 100644
--- a/ext/json/json.stub.php
+++ b/ext/json/json.stub.php
@@ -11,5 +11,6 @@ function json_last_error_msg(): string {}
interface JsonSerializable
{
+ /** @return mixed */
public function jsonSerialize();
}