Completed
Pull Request — master (#106)
by Phecho
04:03
created
app/Handlers/Events/Comment/SendCommentMomentHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.