@@ -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. |
@@ -1,19 +1,8 @@ |
||
| 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 | */ |
@@ -3,9 +3,8 @@ |
||
| 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 | { |
@@ -2,9 +2,6 @@ |
||
| 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) |
@@ -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 | |
@@ -2,23 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Finder; |
| 4 | 4 | |
| 5 | -use App; |
|
| 6 | 5 | use Config; |
| 7 | 6 | use Finder\Facades\Finder as FinderFacade; |
| 8 | 7 | use Finder\Services\FinderService; |
| 9 | -use Illuminate\Contracts\Events\Dispatcher; |
|
| 10 | 8 | |
| 11 | -use Illuminate\Foundation\AliasLoader; |
|
| 12 | -use Illuminate\Routing\Router; |
|
| 13 | -use Illuminate\Support\Collection; |
|
| 14 | 9 | use Illuminate\Support\Facades\View; |
| 15 | 10 | use Illuminate\Support\ServiceProvider; |
| 16 | 11 | |
| 17 | -use JeroenNoten\LaravelAdminLte\Events\BuildingMenu; |
|
| 18 | - |
|
| 19 | 12 | use Log; |
| 20 | 13 | use Muleta\Traits\Providers\ConsoleTools; |
| 21 | -use Route; |
|
| 22 | 14 | |
| 23 | 15 | use MediaManager\Services\FileService; |
| 24 | 16 | |
@@ -3,8 +3,6 @@ |
||
| 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 | { |
@@ -2,15 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Finder\Console\Commands\Readers; |
| 4 | 4 | |
| 5 | -use File; |
|
| 5 | +use Finder\Readers\iCalEasyReader; |
|
| 6 | 6 | use Illuminate\Console\Command; |
| 7 | 7 | use Illuminate\Filesystem\Filesystem; |
| 8 | -use Illuminate\View\Compilers\BladeCompiler; |
|
| 9 | -use DirectoryIterator; |
|
| 10 | -use Finder\Spider\Registrator\PhotoRegistrator; |
|
| 11 | -use Muleta\Utils\Extratores\FileExtractor; |
|
| 12 | -use Support\Components\Coders\Parser\ParseClass; |
|
| 13 | -use Finder\Readers\iCalEasyReader; |
|
| 14 | 8 | |
| 15 | 9 | class IcsReader extends Command |
| 16 | 10 | { |