Skip to content

Commit

Permalink
Merge branch refs/heads/1.10.x into 1.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Jan 3, 2024
2 parents 725786f + 995de26 commit 0283010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/Console/PrepareCommand.php
Expand Up @@ -179,7 +179,7 @@ private function buildPreloadScript(): void
$vendorDir . '/phpstan/phpdoc-parser/src',
])->exclude([
'Testing',
]) as $phpFile) {
])->sortByName() as $phpFile) {
$realPath = $phpFile->getRealPath();
if ($realPath === false) {
return;
Expand Down

0 comments on commit 0283010

Please sign in to comment.