@@ -41,7 +41,7 @@ |
||
41 | 41 | * @param \Gitamin\Models\Comment $comment |
42 | 42 | * @param int $action |
43 | 43 | */ |
44 | - protected function trigger(Comment &$comment, $action) |
|
44 | + protected function trigger(Comment & $comment, $action) |
|
45 | 45 | { |
46 | 46 | $data = [ |
47 | 47 | 'target_type' => 'Comment', |