Skip to content

Commit e017dfc

Browse files
committed
Add column to the fingerprint
1 parent b13d363 commit e017dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Report/GitlabReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function generateFileReport($report, File $phpcsFile, $showSources = fals
3434
'type' => 'issue',
3535
'categories' => ['Style'],
3636
'check_name' => $error['source'],
37-
'fingerprint' => md5($report['filename'] . $error['message'] . $line),
37+
'fingerprint' => md5($report['filename'] . $error['message'] . $line . $column),
3838
'description' => str_replace(["\n", "\r", "\t"], ['\n', '\r', '\t'], $error['message']),
3939
'location' => [
4040
'path' => $report['filename'],

0 commit comments

Comments
 (0)