Skip to content

Commit

Permalink
Change code-climate line reference (#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
spyric authored Feb 22, 2021
1 parent 26978fc commit a4c4215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Psalm/Report/CodeClimateReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function (IssueData $issue): array {
'location' => [
'path' => $issue->file_path,
'lines' => [
'begin' => $issue->from,
'end' => $issue->to,
'begin' => $issue->line_from,
'end' => $issue->line_to,
],
],
];
Expand Down

0 comments on commit a4c4215

Please sign in to comment.