Completed
Pull Request — master (#58)
by Phecho
03:31
created
app/Handlers/Events/Issue/SendIssueEmailNotificationHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * Create a new send issue email notification handler.
38 38
      *
39
-     * @param \Illuminate\Contracts\Mail\Mailer $mailer
39
+     * @param MailQueue $mailer
40 40
      * @param \Gitamin\Models\Subscriber        $subscriber
41 41
      *
42 42
      * @return void
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Handle the event.
52 52
      *
53
-     * @param \Gitamin\Events\Issue\IssueHasAddedEvent $event
53
+     * @param IssueWasAddedEvent $event
54 54
      *
55 55
      * @return void
56 56
      */
Please login to merge, or discard this patch.
app/Handlers/Events/Project/SendProjectMomentHandler.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -13,11 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use Illuminate\Foundation\Bus\DispatchesJobs;
15 15
 use Gitamin\Events\Project\ProjectEventInterface;
16
-use Gitamin\Events\Project\ProjectWasAddedEvent;
17
-use Gitamin\Events\Project\ProjectWasUpdatedEvent;
18 16
 use Gitamin\Events\Project\ProjectWasRemovedEvent;
19
-use Gitamin\Handlers\Commands\Moment\AddMomentCommandHandler;
20
-use Gitamin\Commands\Moment\AddMomentCommand;
21 17
 use Gitamin\Models\Project;
22 18
 use Gitamin\Models\Moment;
23 19
 
Please login to merge, or discard this patch.
app/Http/Controllers/Projects/IssuesController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Gitamin\Commands\Issue\AddIssueCommand;
15 15
 use Gitamin\Http\Controllers\Controller;
16
-use Gitamin\Models\Issue;
17 16
 use Gitamin\Models\Project;
18 17
 use GrahamCampbell\Binput\Facades\Binput;
19 18
 use Illuminate\Support\Facades\Auth;
Please login to merge, or discard this patch.