We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26851af commit 43a6a41Copy full SHA for 43a6a41
Loader/FileLoader.php
@@ -136,7 +136,7 @@ function (\SplFileInfo $file) { return '.' !== $file->getBasename()[0]; }
136
),
137
\RecursiveIteratorIterator::LEAVES_ONLY
138
));
139
- usort($files, function (\SplFileInfo $a, \SplFileInfo $b) {
+ uasort($files, function (\SplFileInfo $a, \SplFileInfo $b) {
140
return (string) $a > (string) $b ? 1 : -1;
141
});
142
0 commit comments