mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Clause sort should be normal, not reversed
This commit is contained in:
parent
8d5664d539
commit
040122403d
@ -106,7 +106,7 @@ class Clause
|
||||
$possibility_strings = [];
|
||||
|
||||
foreach ($possibilities as $i => $_) {
|
||||
krsort($possibilities[$i]);
|
||||
ksort($possibilities[$i]);
|
||||
$possibility_strings[$i] = array_keys($possibilities[$i]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user