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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.stub.php b/ext/json/json.stub.php
index 55cc9068bf..5b0d72cef2 100644
--- a/ext/json/json.stub.php
+++ b/ext/json/json.stub.php
@@ -1,6 +1,6 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
function json_encode(mixed $value, int $flags = 0, int $depth = 512): string|false {}