Completed
Push — master ( 7a1dba...8d9e6e )
by Ricardo
03:19
created
src/Spider/Finder/Projects.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\Finder;
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
 /**
12 8
  * Run all script analysers and outputs their result.
Please login to merge, or discard this patch.
src/Spider/Registrator/FileRegistrator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 
4 4
 use Finder\Contracts\Spider\TargetManager;
5 5
 
6
-use Stalker\Models\File;
7 6
 use Finder\Models\Digital\Internet\ComputerFile;
7
+use Stalker\Models\File;
8 8
 
9 9
 /**
10 10
  * Run all script analysers and outputs their result.
Please login to merge, or discard this patch.
src/Spider/SpiderLinuxCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
     /**
216 216
      * Create an empty analysis result.
217 217
      *
218
-     * @return AnalysisResult instance.
218
+     * @return \Finder\Logic\AnalysisResult instance.
219 219
      */
220 220
     protected function createResult()
221 221
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Spider;
4 4
 
5
-use Symfony\Component\Finder\Finder as FinderBase;
6
-
7 5
 use Finder\Logic\Output\AbstractOutput;
8 6
 use Finder\Logic\Output\Filter\OutputFilterInterface;
9 7
 use Finder\Logic\Output\TriggerableInterface;
Please login to merge, or discard this patch.
src/Spider/Traits/IdentificadorManagerTrait.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Finder\Spider\Traits;
3 3
 
4
-use Support\Helps\DebugHelper;
5 4
 use Finder\Contracts\Spider\ExtensionManager;
5
+use Support\Helps\DebugHelper;
6 6
 
7 7
 /**
8 8
  * Outputs events information to the console.
Please login to merge, or discard this patch.
src/Contracts/Spider/Track.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return $this->parent;
41 41
     }
42 42
 
43
+    /**
44
+     * @param boolean $parent
45
+     */
43 46
     public function setParent($parent)
44 47
     {
45 48
         $this->parent = $parent;
Please login to merge, or discard this patch.
Unused Use Statements   -11 removed lines patch added patch discarded remove patch
@@ -1,19 +1,8 @@
 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
-use Finder\Spider\Directory;
12
-use Finder\Spider\Registrator\FileRegistrator;
13
-use Finder\Spider\Metrics\FileMetric;
14
-
15
-use Support\Helps\DebugHelper;
16
-
17 6
 /**
18 7
  * Run all script analysers and outputs their result.
19 8
  */
Please login to merge, or discard this patch.
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/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/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.