We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20aa4d3 commit 995de26Copy full SHA for 995de26
compiler/src/Console/PrepareCommand.php
@@ -179,7 +179,7 @@ private function buildPreloadScript(): void
179
$vendorDir . '/phpstan/phpdoc-parser/src',
180
])->exclude([
181
'Testing',
182
- ]) as $phpFile) {
+ ])->sortByName() as $phpFile) {
183
$realPath = $phpFile->getRealPath();
184
if ($realPath === false) {
185
return;
0 commit comments