mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Use same sort order regardless of OS
This commit is contained in:
parent
05f7c9757a
commit
f0b4533ba4
@ -336,7 +336,7 @@ class Analyzer
|
||||
{
|
||||
$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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user