We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeaada commit 189b889Copy full SHA for 189b889
1 file changed
src/TicketSwapErrorFormatter.php
@@ -101,7 +101,6 @@ public function formatErrors(AnalysisResult $analysisResult, Output $output) : i
101
$error->getIdentifier(),
102
$output->isDecorated(),
103
),
104
- '{identifier}' => $error->getIdentifier(),
105
'{links}' => implode([
106
$this::link(
107
$this->linkFormat,
0 commit comments