1
0
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:
Egor Talantsev 2021-02-22 19:20:33 +05:00 committed by GitHub
parent 26978fcea1
commit a4c4215fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
],
],
];