Completed
Push — master ( 5b2853...904b84 )
by Ricardo
03:18
created
src/Events/IssueEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Fabrica\Events;
3 3
 use Fabrica\Events\Event;
4 4
 use Illuminate\Queue\SerializesModels;
5
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
6 5
 
7 6
 class IssueEvent extends Event
8 7
 {
Please login to merge, or discard this patch.
src/Events/ModuleEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fabrica\Events\Event;
5 5
 use Illuminate\Queue\SerializesModels;
6
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
7 6
 
8 7
 class ModuleEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Events/PriorityConfigChangeEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Events\Event;
6 6
 use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8 7
 
9 8
 class PriorityConfigChangeEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/ResolutionConfigChangeEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Events\Event;
6 6
 use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8 7
 
9 8
 class ResolutionConfigChangeEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/SprintEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fabrica\Events\Event;
5 5
 use Illuminate\Queue\SerializesModels;
6
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
7 6
 
8 7
 class SprintEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Events/VersionEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fabrica\Events\Event;
5 5
 use Illuminate\Queue\SerializesModels;
6
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
7 6
 
8 7
 class VersionEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Events/WikiEvent.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -11,6 +11,7 @@
 block discarded – undo
11 11
     /**
12 12
      * Create a new event instance.
13 13
      *
14
+     * @param string $project_key
14 15
      * @return void
15 16
      */
16 17
     public function __construct($project_key, $user, $param=[])
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fabrica\Events\Event;
5 5
 use Illuminate\Queue\SerializesModels;
6
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
7 6
 
8 7
 class WikiEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Http/Api/AccessLogsController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,6 @@
 block discarded – undo
114 114
     /**
115 115
      * export xls for access logs
116 116
      *
117
-     * @param  array $issues
118 117
      * @return void
119 118
      */
120 119
     public function export($logs)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Fabrica\Http\Api;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Illuminate\Support\Facades\Event;
7 6
 
8
-use Fabrica\Http\Requests;
9 7
 use Fabrica\Http\Api\Controller;
10 8
 
11 9
 use Fabrica\System\Eloquent\ApiAccessLogs;
Please login to merge, or discard this patch.
src/Http/Api/ActivityController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use DB;
6 6
 
7 7
 use Fabrica\Http\Api\Controller;
8
-use Fabrica\Http\Requests;
9
-use Fabrica\Project\Provider;
10 8
 use Illuminate\Http\Request;
11 9
 
12 10
 use Sentinel;
Please login to merge, or discard this patch.