@@ -3,10 +3,6 @@ |
||
| 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 | { |
@@ -3,10 +3,9 @@ |
||
| 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 | |
@@ -2,9 +2,9 @@ |
||
| 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 | { |
@@ -3,10 +3,9 @@ |
||
| 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 | { |
@@ -3,11 +3,10 @@ |
||
| 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 | { |
@@ -2,8 +2,8 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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; |
@@ -1,14 +1,14 @@ |
||
| 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. |
@@ -1,19 +1,15 @@ |
||
| 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. |