1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Use same sort order regardless of OS

This commit is contained in:
Matthew Brown 2020-04-05 00:37:46 -04:00
parent 05f7c9757a
commit f0b4533ba4

View File

@ -336,7 +336,7 @@ class Analyzer
{ {
$this->progress->start(count($this->files_to_analyze)); $this->progress->start(count($this->files_to_analyze));
fwrite(STDERR, var_export($this->files_to_analyze, true)); \ksort($this->files_to_analyze);
$codebase = $project_analyzer->getCodebase(); $codebase = $project_analyzer->getCodebase();