Skip to content

Commit

Permalink
Reduce function visibility
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
  • Loading branch information
bdsl and weirdan committed Nov 27, 2022
1 parent 88331ba commit 2aebebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Report/ByIssueSeverityReport.php
Expand Up @@ -156,7 +156,7 @@ private function getFileReference($data): string
return "\033]8;;" . $link . "\033\\" . $reference . "\033]8;;\033\\";
}

public function sortIssuesByLevelAndType(): void
private function sortIssuesByLevelAndType(): void
{
usort($this->issues_data, function (IssueData $left, IssueData $right): int {
$leftLevel = $left->error_level;
Expand Down

0 comments on commit 2aebebd

Please sign in to comment.