Skip to content

Commit 995de26

Browse files
committed
Building preload script - sort by name
1 parent 20aa4d3 commit 995de26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/Console/PrepareCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private function buildPreloadScript(): void
179179
$vendorDir . '/phpstan/phpdoc-parser/src',
180180
])->exclude([
181181
'Testing',
182-
]) as $phpFile) {
182+
])->sortByName() as $phpFile) {
183183
$realPath = $phpFile->getRealPath();
184184
if ($realPath === false) {
185185
return;

0 commit comments

Comments
 (0)