Completed
Push — master ( 232af6...589810 )
by Ricardo
05:55
created
src/Http/Controllers/HomeController.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,8 @@
 block discarded – undo
3 3
 namespace Finder\Http\Controllers;
4 4
 
5 5
 use Finder\Services\FinderService;
6
-use Illuminate\Support\Facades\Schema;
7
-use Telefonica\Repositories\PersonRepository;
8 6
 use Stalker\Models\Media;
7
+use Telefonica\Repositories\PersonRepository;
9 8
 
10 9
 class HomeController extends Controller
11 10
 {
Please login to merge, or discard this patch.
src/Pipelines/Finder/Directory.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,13 +3,12 @@
 block discarded – undo
3 3
 namespace Finder\Pipelines\Finder;
4 4
 
5 5
 use League\Pipeline\Pipeline;
6
-use Operador\Contracts\StageInterface;
7 6
 
8
-use Symfony\Component\Finder\Finder;
9
-use Support\Helps\DebugHelper;
10
-use Operador\Contracts\Stage as StageBase;
11 7
 use Finder\Pipelines\Builders\DirectoryBuilder;
12 8
 use Finder\Pipelines\Builders\ProjectBuilder;
9
+use Operador\Contracts\Stage as StageBase;
10
+use Support\Helps\DebugHelper;
11
+use Symfony\Component\Finder\Finder;
13 12
 
14 13
 class Directory extends StageBase
15 14
 {
Please login to merge, or discard this patch.
src/Pipelines/Identify/FileType.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 Finder\Pipelines\Identify;
4 4
 
5
-use League\Pipeline\Pipeline;
6
-use Operador\Contracts\StageInterface;
7
-
8 5
 class FileType
9 6
 {
10 7
     public static function run($file)
Please login to merge, or discard this patch.
src/Routines/Tokens/ImportRoutine.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,9 @@
 block discarded – undo
5 5
 
6 6
 namespace Finder\Routines\Tokens;
7 7
 
8
+use Fabrica\Tasks\ImportFromToken;
8 9
 use Finder\Actions\Action;
9 10
 use Finder\Actions\ActionCollection;
10
-use Finder\Components\Worker\Sync\Database\ImportCollection;
11
-use Fabrica\Tasks\ImportFromToken;
12 11
 use Integrations\Models\Token;
13 12
 
14 13
 class ImportRoutine extends ActionCollection
Please login to merge, or discard this patch.
src/Spider/File.php 1 patch
Unused Use Statements   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,12 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Finder\Spider;
3 3
 
4
-use Finder\Logic\Output\AbstractOutput;
5
-use Finder\Logic\Output\Filter\OutputFilterInterface;
6
-use Finder\Logic\Output\TriggerableInterface;
7
-
8
-use Symfony\Component\Finder\Finder;
9 4
 use Finder\Contracts\Spider\Spider;
5
+use Symfony\Component\Finder\Finder;
10 6
 
11 7
 use Support\Helps\DebugHelper;
12 8
 
Please login to merge, or discard this patch.
src/Http/Controllers/Track/PersonController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Finder\Http\Controllers\Track;
4 4
 
5 5
 use Finder\Services\FinderService;
6
-use Illuminate\Support\Facades\Schema;
7
-use Telefonica\Repositories\PersonRepository;
8 6
 
9 7
 class PersonController extends Controller
10 8
 {
Please login to merge, or discard this patch.
src/Services/Finders/PersonService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Finder\Services\Finders;
7 7
 
8
-use Illuminate\Support\Collection;
9
-
10 8
 /**
11 9
  *
12 10
  */
Please login to merge, or discard this patch.