Completed
Push — master ( 039795...c571cc )
by Ricardo
02:33
created
src/Connectors/Jira/Create.php 1 patch
Unused Use Statements   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,18 +2,17 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Jira;
4 4
 
5
-use Log;
6 5
 use App\Models\Project as ProjectModel;
7
-use JiraRestApi\Project\ProjectService;
8
-use JiraRestApi\Project\Project;
9 6
 use JiraRestApi\Field\Field;
10 7
 use JiraRestApi\Field\FieldService;
11
-use JiraRestApi\Issue\IssueService;
12
-use JiraRestApi\Issue\IssueField;
13
-use JiraRestApi\Issue\Comment;
14
-use JiraRestApi\JiraException;
15 8
 use JiraRestApi\IssueLink\IssueLink;
16 9
 use JiraRestApi\IssueLink\IssueLinkService;
10
+use JiraRestApi\Issue\Comment;
11
+use JiraRestApi\Issue\IssueField;
12
+use JiraRestApi\Issue\IssueService;
13
+use JiraRestApi\JiraException;
14
+use JiraRestApi\Project\Project;
15
+use JiraRestApi\Project\ProjectService;
17 16
 
18 17
 class Create extends Jira
19 18
 {
Please login to merge, or discard this patch.
src/Connectors/Jira/Delete.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Jira;
4 4
 
5
-use Log;
6 5
 use App\Models\Project as ProjectModel;
7
-use JiraRestApi\Project\ProjectService;
8 6
 use JiraRestApi\JiraException;
7
+use JiraRestApi\Project\ProjectService;
9 8
 
10 9
 class Delete extends Jira
11 10
 {
Please login to merge, or discard this patch.
src/Connectors/Jira/Update.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Jira;
4 4
 
5
-use Log;
6 5
 use App\Models\Project as ProjectModel;
7
-use JiraRestApi\Project\ProjectService;
8
-use JiraRestApi\Project\Project;
9
-use JiraRestApi\JiraException;
10 6
 use JiraRestApi\Issue\IssueService;
11 7
 use JiraRestApi\Issue\Transition;
8
+use JiraRestApi\JiraException;
9
+use JiraRestApi\Project\Project;
10
+use JiraRestApi\Project\ProjectService;
12 11
 
13 12
 class Update extends Jira
14 13
 {
Please login to merge, or discard this patch.
src/Connectors/PhotoAcompanhante/Create.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\PhotoAcompanhante;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-
8 5
 class Create extends PhotoAcompanhante
9 6
 {
10 7
     public function project(Project $project)
Please login to merge, or discard this patch.
src/Connectors/PhotoAcompanhante/Import.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\PhotoAcompanhante;
4 4
 
5
-use Log;
6 5
 use App\Models\User;
7
-use QL\QueryList;
8 6
 use Fabrica\Tools\Proxy;
7
+use QL\QueryList;
9 8
 
10 9
 class Import extends PhotoAcompanhante
11 10
 {
Please login to merge, or discard this patch.
src/Connectors/PhotoAcompanhante/PhotoAcompanhante.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\PhotoAcompanhante;
4 4
 
5
-use App\Models\Model;
6
-use Log;
7
-use App\Models\User;
8 5
 use Integrations\Connectors\Connector;
9 6
 
10 7
 class PhotoAcompanhante extends Connector
Please login to merge, or discard this patch.
src/Connectors/Pipedrive/Create.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Pipedrive;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-
8 5
 class Create extends Pipedrive
9 6
 {
10 7
     public function project(Project $project)
Please login to merge, or discard this patch.
src/Connectors/Pipedrive/Update.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Pipedrive;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-
8 5
 class Update extends Pipedrive
9 6
 {
10 7
     public function organization(Organization $organization)
Please login to merge, or discard this patch.
src/Connectors/SenhorVerdugo/Delete.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\SenhorVerdugo;
4 4
 
5
-use Log;
6 5
 use App\Models\Project as ProjectModel;
7 6
 use SenhorVerdugoRestApi\Project\ProjectService;
8 7
 use SenhorVerdugoRestApi\SenhorVerdugoException;
Please login to merge, or discard this patch.