@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\MixedContentScannerCli; |
| 4 | 4 | |
| 5 | -use Psr\Http\Message\UriInterface; |
|
| 6 | 5 | use GuzzleHttp\Exception\RequestException; |
| 6 | +use Psr\Http\Message\UriInterface; |
|
| 7 | 7 | use Spatie\MixedContentScanner\MixedContent; |
| 8 | -use Symfony\Component\Console\Style\SymfonyStyle; |
|
| 9 | 8 | use Spatie\MixedContentScanner\MixedContentObserver; |
| 9 | +use Symfony\Component\Console\Style\SymfonyStyle; |
|
| 10 | 10 | |
| 11 | 11 | class MixedContentLogger extends MixedContentObserver |
| 12 | 12 | { |
@@ -4,13 +4,13 @@ |
||
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\RequestOptions; |
| 6 | 6 | use Spatie\Crawler\Crawler; |
| 7 | +use Spatie\MixedContentScanner\MixedContentScanner; |
|
| 7 | 8 | use Symfony\Component\Console\Command\Command; |
| 8 | -use Symfony\Component\Console\Input\InputOption; |
|
| 9 | -use Symfony\Component\Console\Style\SymfonyStyle; |
|
| 10 | 9 | use Symfony\Component\Console\Input\InputArgument; |
| 11 | -use Spatie\MixedContentScanner\MixedContentScanner; |
|
| 12 | 10 | use Symfony\Component\Console\Input\InputInterface; |
| 11 | +use Symfony\Component\Console\Input\InputOption; |
|
| 13 | 12 | use Symfony\Component\Console\Output\OutputInterface; |
| 13 | +use Symfony\Component\Console\Style\SymfonyStyle; |
|
| 14 | 14 | |
| 15 | 15 | class ScanCommand extends Command |
| 16 | 16 | { |