Skip to content

Commit

Permalink
Fix implicit constant visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Dec 1, 2022
1 parent aea1c56 commit 4fde493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Report.php
Expand Up @@ -29,7 +29,7 @@ abstract class Report
public const TYPE_SARIF = 'sarif';
public const TYPE_CODECLIMATE = 'codeclimate';
public const TYPE_COUNT = 'count';
const TYPE_BY_ISSUE_SEVERITY = 'by-issue-severity';
public const TYPE_BY_ISSUE_SEVERITY = 'by-issue-severity';

/**
* @var array<int, IssueData>
Expand Down

0 comments on commit 4fde493

Please sign in to comment.