Completed
Pull Request — master (#106)
by Phecho
03:20
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.
app/Providers/EventServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         'Gitamin\Events\Comment\CommentWasAddedEvent' => [
26 26
             'Gitamin\Handlers\Events\Comment\SendCommentMomentHandler',
27 27
         ],
28
-         // Issue email notifications
28
+            // Issue email notifications
29 29
         'Gitamin\Events\Issue\IssueWasAddedEvent' => [
30 30
             'Gitamin\Handlers\Events\Issue\SendIssueEmailNotificationHandler',
31 31
         ],
Please login to merge, or discard this patch.