Completed
Push — master ( 464782...4147e3 )
by Ricardo
01:46
created
src/Connectors/Connector.php 1 patch
Unused Use Statements   +3 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,18 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors;
4 4
 
5
-use Illuminate\Database\Eloquent\Model;
6 5
 use Log;
7
-use App\Models\User;
8 6
 
9
-use Integrations\Models\Token;
10
-use Support\Components\Coders\Parser\ParseClass;
11
-use Muleta\Utils\Debugger\ErrorHelper;
12
-use Integrations\Models\Integration as IntegrationModel;
13
-use ReflectionGenerator;
14 7
 use Exception;
15
-use Muleta\Utils\Extratores\ClasserExtractor;
8
+use Integrations\Models\Integration as IntegrationModel;
16 9
 use Muleta\Contracts\Output\OutputableTrait;
10
+use Muleta\Utils\Debugger\ErrorHelper;
11
+use Muleta\Utils\Extratores\ClasserExtractor;
17 12
 
18 13
 class Connector
19 14
 {
Please login to merge, or discard this patch.
src/Connectors/ExactSales/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/ExactSales/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/Hubspot/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/Hubspot/Import.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 Import extends Pipedrive
9 6
 {
10 7
     public function projects()
Please login to merge, or discard this patch.
src/Connectors/Hubspot/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/Pipedrive/Import.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 Import extends Pipedrive
9 6
 {
10 7
     public function projects()
Please login to merge, or discard this patch.