Skip to content

Commit

Permalink
Revert previous changes, keep only message concatenation for dupe key
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 24, 2022
1 parent 8230efb commit 56c943d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/IssueBuffer.php
Expand Up @@ -286,6 +286,7 @@ public static function add(CodeIssue $e, bool $is_fixable = false): bool
. $trace_var
. '-' . $e->getShortLocation()
. ':' . $e->code_location->getColumn()
. ' ' . $e->message
. ' ' . $e->dupe_key;

if ($reporting_level === Config::REPORT_INFO) {
Expand Down

0 comments on commit 56c943d

Please sign in to comment.