summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/simplexml.stub.php')
-rw-r--r--ext/simplexml/simplexml.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.stub.php b/ext/simplexml/simplexml.stub.php
index 7d56de88e9..ec4f1a61df 100644
--- a/ext/simplexml/simplexml.stub.php
+++ b/ext/simplexml/simplexml.stub.php
@@ -1,6 +1,6 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $namespace_or_prefix = "", bool $is_prefix = false): SimpleXMLElement|false {}