Skip to content

Commit a9eb4bc

Browse files
authored
Update spl_autoload_register
Add callback signature to parameter section. Closes GH-629.
1 parent 709e2ce commit a9eb4bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/spl/functions/spl-autoload-register.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
If no parameter is provided, then the default implementation of
4646
<function>spl_autoload</function> will be registered.
4747
</para>
48+
<methodsynopsis>
49+
<type>void</type><methodname><replaceable>callback</replaceable></methodname>
50+
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
51+
</methodsynopsis>
4852
</listitem>
4953
</varlistentry>
5054
<varlistentry>

0 commit comments

Comments
 (0)