mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
CS fix
This commit is contained in:
parent
45b49df92e
commit
8e941c1439
@ -574,7 +574,7 @@ final class IssueBuffer
|
||||
foreach (self::$issues_data as $file_path => $file_issues) {
|
||||
usort(
|
||||
$file_issues,
|
||||
static fn (IssueData $d1, IssueData $d2): int =>
|
||||
static fn(IssueData $d1, IssueData $d2): int =>
|
||||
[$d1->file_path, $d1->line_from, $d1->column_from]
|
||||
<=>
|
||||
[$d2->file_path, $d2->line_from, $d2->column_from]
|
||||
|
Loading…
x
Reference in New Issue
Block a user