@@ -281,11 +281,11 @@ |
||
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 | 286 | } catch (NotFoundException $e) { |
287 | 287 | } |
288 | - $params['comment'] =[ |
|
288 | + $params['comment'] = [ |
|
289 | 289 | 'type' => 'highlight', |
290 | 290 | 'id' => $subjectParams['comment'], |
291 | 291 | 'name' => $comment->getMessage() |