Skip to content

Commit

Permalink
Sort extensions' metadata by key
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Jan 7, 2025
1 parent 587a09c commit 9fea1e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Analyser/ResultCache/ResultCacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,8 @@ private function getMetaFromPhpStanExtensions(): array
$meta[$extension->getKey()] = $extension->getHash();
}

ksort($meta);

return $meta;
}

Expand Down

0 comments on commit 9fea1e1

Please sign in to comment.