mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Change code-climate line reference (#5262)
This commit is contained in:
parent
26978fcea1
commit
a4c4215fab
@ -52,8 +52,8 @@ class CodeClimateReport extends Report
|
||||
'location' => [
|
||||
'path' => $issue->file_path,
|
||||
'lines' => [
|
||||
'begin' => $issue->from,
|
||||
'end' => $issue->to,
|
||||
'begin' => $issue->line_from,
|
||||
'end' => $issue->line_to,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user