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:
parent
05f7c9757a
commit
f0b4533ba4
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user