|
@@ -281,9 +281,9 @@ |
|
|
block discarded – undo |
|
281
|
281
|
if (array_key_exists('comment', $subjectParams)) { |
|
282
|
282
|
/** @var IComment $comment */ |
|
283
|
283
|
try { |
|
284
|
|
- $comment = $this->commentsManager->get((int)$subjectParams['comment']); |
|
|
284
|
+ $comment = $this->commentsManager->get((int) $subjectParams['comment']); |
|
285
|
285
|
$event->setParsedMessage($comment->getMessage()); |
|
286
|
|
- $params['comment'] =[ |
|
|
286
|
+ $params['comment'] = [ |
|
287
|
287
|
'type' => 'highlight', |
|
288
|
288
|
'id' => $subjectParams['comment'], |
|
289
|
289
|
'name' => $comment->getMessage() |
Please login to merge, or discard this patch.