Completed
Push — master ( cff822...7a1dba )
by Ricardo
04:15
created
src/Console/Commands/Prepare/Export.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,6 @@
 block discarded – undo
3 3
 namespace Finder\Console\Commands\Prepare;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Telefonica\Models\Actors\Person;
7
-use Finder\Pipelines\Track\PersonTrack;
8
-use Illuminate\Support\Facades\Storage;
9
-use Stalker\Models\Imagen;
10 6
 
11 7
 class Export extends Command
12 8
 {
Please login to merge, or discard this patch.
src/Console/Commands/Prepare/PhotosPrepare.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,9 @@
 block discarded – undo
3 3
 namespace Finder\Console\Commands\Prepare;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Telefonica\Models\Actors\Person;
7
-use Finder\Pipelines\Track\PersonTrack;
8 6
 use Illuminate\Support\Facades\Storage;
9 7
 use Stalker\Models\Imagen;
8
+use Telefonica\Models\Actors\Person;
10 9
 
11 10
 use Muleta\Utils\Modificators\StringModificator;
12 11
 
Please login to merge, or discard this patch.
src/Console/Commands/Sync/PersonsSync.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Console\Commands\Sync;
4 4
 
5
+use Finder\Pipelines\Track\PersonTrack;
5 6
 use Illuminate\Console\Command;
6 7
 use Telefonica\Models\Actors\Person;
7
-use Finder\Pipelines\Track\PersonTrack;
8 8
 
9 9
 class PersonsSync extends Command
10 10
 {
Please login to merge, or discard this patch.
src/Console/Commands/Verify/data.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,9 @@
 block discarded – undo
3 3
 namespace Finder\Console\Commands\Verify;
4 4
 
5 5
 use Finder\Actions\Instagram\GetMidias;
6
-use Telefonica\Models\Digital\Account;
7 6
 use Illuminate\Console\Command;
8 7
 use Illuminate\Foundation\Inspiring;
9
-use App\Plugins\Integrations\PhotoAcompanhante\Import;
8
+use Telefonica\Models\Digital\Account;
10 9
 
11 10
 class Data extends Command
12 11
 {
Please login to merge, or discard this patch.
src/Console/Commands/Verify/Social.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,10 @@
 block discarded – undo
3 3
 namespace Finder\Console\Commands\Verify;
4 4
 
5 5
 use Finder\Actions\Instagram\GetMidias;
6
-use Telefonica\Models\Digital\Account;
7
-use Siravel\Models\Negocios\Business;
8 6
 use Illuminate\Console\Command;
9 7
 use Illuminate\Foundation\Inspiring;
10
-use App\Plugins\Integrations\PhotoAcompanhante\Import;
8
+use Siravel\Models\Negocios\Business;
9
+use Telefonica\Models\Digital\Account;
11 10
 
12 11
 class Social extends Command
13 12
 {
Please login to merge, or discard this patch.
src/Console/DatabaseBackupCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Console\Commands;
4 4
 
5
-use File;
6 5
 use Carbon\Carbon;
6
+use File;
7 7
 use Illuminate\Console\Command;
8 8
 use Symfony\Component\Console\Input\InputOption;
9 9
 
Please login to merge, or discard this patch.
src/Console/External/Analyser/CodeAnalyser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Finder\Console\External\Analyser;
3 3
 
4
-use League\CLImate\CLImate;
5 4
 use Finder\Logic\Analyser;
6 5
 use Finder\Logic\Output\AbstractOutput;
7 6
 use Finder\Logic\Output\Filter\DiffOutputFilter;
7
+use League\CLImate\CLImate;
8 8
 use ReflectionMethod;
9 9
 use SebastianBergmann\Diff\Parser;
10 10
 use SebastianBergmann\Git\Git;
Please login to merge, or discard this patch.
src/Console/External/Explorer/DirectoryExplorer.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Finder\Console\External\Explorer;
3 3
 
4
-use League\CLImate\CLImate;
5 4
 use Finder\Logic\Output\AbstractOutput;
6 5
 use Finder\Logic\Output\Filter\DiffOutputFilter;
6
+use Finder\Spider\SpiderLinuxCommand;
7
+use League\CLImate\CLImate;
7 8
 use ReflectionMethod;
8 9
 use SebastianBergmann\Diff\Parser;
9 10
 use SebastianBergmann\Git\Git;
10 11
 use UnexpectedValueException;
11
-use Finder\Spider\SpiderLinuxCommand;
12 12
 
13 13
 /**
14 14
  * Command line tool that run all script analyzers.
Please login to merge, or discard this patch.
src/Contracts/Spider/Spider.php 1 patch
Unused Use Statements   +3 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,19 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Finder\Contracts\Spider;
3 3
 
4
-use Finder\Logic\Output\AbstractOutput;
5
-use Finder\Logic\Output\Filter\OutputFilterInterface;
6
-use Finder\Logic\Output\TriggerableInterface;
7
-
8 4
 use Symfony\Component\Finder\Finder;
9 5
 
10
-use Finder\Spider\File;
11 6
 use Finder\Spider\Directory;
12
-use Finder\Spider\Registrator\FileRegistrator;
7
+use Finder\Spider\File;
13 8
 use Finder\Spider\Metrics\FileMetric;
9
+use Finder\Spider\Registrator\FileRegistrator;
14 10
 
15
-use Support\Helps\DebugHelper;
16 11
 use Support\Helps\CodeFileHelper;
12
+use Support\Helps\DebugHelper;
17 13
 
18 14
 /**
19 15
  * Run all script analysers and outputs their result.
Please login to merge, or discard this patch.