Skip to content

Commit 9fea1e1

Browse files
committed
Sort extensions' metadata by key
1 parent 587a09c commit 9fea1e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Analyser/ResultCache/ResultCacheManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@ private function getMetaFromPhpStanExtensions(): array
10591059
$meta[$extension->getKey()] = $extension->getHash();
10601060
}
10611061

1062+
ksort($meta);
1063+
10621064
return $meta;
10631065
}
10641066

0 commit comments

Comments
 (0)