Skip to content

Commit

Permalink
Concatenate the message with the dupe key by default
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 24, 2022
1 parent c073ca3 commit 8595663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Issue/CodeIssue.php
Expand Up @@ -128,7 +128,7 @@ public function toIssueData(string $severity): IssueData
)
]
: null,
$this->dupe_key
($this->dupe_key ?? '') . ' ' . $this->message
);
}
}

0 comments on commit 8595663

Please sign in to comment.