@@ -1,12 +1,8 @@ |
||
| 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 | |
@@ -1,12 +1,8 @@ |
||
| 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. |
@@ -3,8 +3,8 @@ |
||
| 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. |
@@ -1,11 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Finder\Spider\Registrator; |
| 3 | 3 | |
| 4 | -use Finder\Contracts\Spider\TargetManager; |
|
| 5 | - |
|
| 6 | -use Stalker\Models\File; |
|
| 7 | 4 | use Stalker\Models\Imagen; |
| 8 | -use Finder\Models\Digital\Internet\ComputerFile; |
|
| 9 | 5 | |
| 10 | 6 | /** |
| 11 | 7 | * Run all script analysers and outputs their result. |
@@ -215,7 +215,7 @@ |
||
| 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 | { |
@@ -2,8 +2,6 @@ |
||
| 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; |
@@ -1,8 +1,8 @@ |
||
| 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. |
@@ -5,9 +5,8 @@ |
||
| 5 | 5 | |
| 6 | 6 | namespace Finder\Actions\Collect; |
| 7 | 7 | |
| 8 | -use Operador\Models\Runner; |
|
| 9 | -use Log; |
|
| 10 | 8 | use MathPHP\Functions\Map\Single; |
| 9 | +use Operador\Models\Runner; |
|
| 11 | 10 | |
| 12 | 11 | class FromDatabase implements \Operador\Contracts\Robot |
| 13 | 12 | { |
@@ -5,9 +5,8 @@ |
||
| 5 | 5 | |
| 6 | 6 | namespace Finder\Actions\Collect; |
| 7 | 7 | |
| 8 | -use Operador\Models\Runner; |
|
| 9 | -use Log; |
|
| 10 | 8 | use MathPHP\Functions\Map\Single; |
| 9 | +use Operador\Models\Runner; |
|
| 11 | 10 | |
| 12 | 11 | class FromRepository implements \Operador\Contracts\Robot |
| 13 | 12 | { |
@@ -3,10 +3,7 @@ |
||
| 3 | 3 | namespace Finder\Actions\Instagram; |
| 4 | 4 | |
| 5 | 5 | use Casa\Models\Calendar\AcaoHumana; |
| 6 | -use Illuminate\Support\Facades\Facade; |
|
| 7 | -use Log; |
|
| 8 | 6 | use Stalker\Models\Imagen as Image; |
| 9 | -use Telefonica\Models\Digital\Account; |
|
| 10 | 7 | |
| 11 | 8 | class GetMidias extends Instagram |
| 12 | 9 | { |