1
0
Fork 0
pull/12090/head
Pol Dellaiera 2024-12-26 18:21:39 +01:00
parent fb397acaa0
commit cbf40bcd27
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 4 additions and 0 deletions

View File

@ -1310,6 +1310,10 @@ INITIALIZER;
$autoloads[$namespace][] = $relativePath;
}
if (array_key_exists($namespace, $autoloads) && is_array($autoloads[$namespace])) {
sort($autoloads[$namespace]);
}
}
}