1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00

Revert "Revert "Autoloaders receive the FQN as written, not lower-cased""

This reverts commit 1fd2694499.

Actually, all was good with the first commit.  The fact that the lower-
cased FQN is searched, is already conveyed in the description of the
`$file_extensions` parameter.
This commit is contained in:
Christoph M. Becker
2021-11-25 15:34:39 +01:00
parent 1fd2694499
commit 61a690b59c

View File

@@ -29,7 +29,7 @@
<term><parameter>class</parameter></term>
<listitem>
<para>
The lowercased name of the class (and namespace) being instantiated.
The name of the class (and namespace) being instantiated.
</para>
</listitem>
</varlistentry>