Completed
Push — master ( 5b2853...904b84 )
by Ricardo
03:18
created
src/Events/AddUserToRoleEvent.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 AddUserToRoleEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/DelGroupEvent.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 DelGroupEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/DelGroupFromRoleEvent.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 DelGroupFromRoleEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/DelUserEvent.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 DelUserEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/DelUserFromRoleEvent.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 DelUserFromRoleEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/DocumentEvent.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 DocumentEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Events/FieldChangeEvent.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 FieldChangeEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/FieldDeleteEvent.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
     /**
14 14
      * Create a new event instance.
15 15
      *
16
+     * @param integer $field_id
16 17
      * @return void
17 18
      */
18 19
     public function __construct($project_key, $field_id, $field_key, $field_type)
Please login to merge, or discard this 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 FieldDeleteEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/FileDelEvent.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -10,6 +10,8 @@
 block discarded – undo
10 10
     /**
11 11
      * Create a new event instance.
12 12
      *
13
+     * @param string $project_key
14
+     * @param string $file_id
13 15
      * @return void
14 16
      */
15 17
     public function __construct($project_key, $issue_id, $field_key, $file_id, $user)
Please login to merge, or discard this 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 FileDelEvent extends Event
8 7
 {
Please login to merge, or discard this patch.