We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec94180 commit 0adf13cCopy full SHA for 0adf13c
src/Dto/GithubIssue.php
@@ -34,7 +34,7 @@ public static function fromMantisIssue(MantisIssue $issue): GithubIssue
34
$issueBadge = '[ . '-green?style=for-the-badge)](' . $issue->getIssueUrl() . ')';
35
36
return new self(
37
- title: $issue->getSummary() . '[' . $issue->getProject() . '] [MANTIS-' . $issue->getId() . ']',
+ title: $issue->getSummary() . ' [' . $issue->getProject() . '] [MANTIS-' . $issue->getId() . ']',
38
description: $issue->getDescription() . PHP_EOL . PHP_EOL . $issueBadge,
39
);
40
}
0 commit comments