diff --git a/src/MixedContentLogger.php b/src/MixedContentLogger.php index f58c30b..6fd1651 100644 --- a/src/MixedContentLogger.php +++ b/src/MixedContentLogger.php @@ -2,8 +2,8 @@ namespace Spatie\MixedContentScannerCli; -use GuzzleHttp\Exception\RequestException; use Psr\Http\Message\UriInterface; +use GuzzleHttp\Exception\RequestException; use Spatie\MixedContentScanner\MixedContent; use Symfony\Component\Console\Style\SymfonyStyle; use Spatie\MixedContentScanner\MixedContentObserver; diff --git a/tests/MixedContentScannerTest.php b/tests/MixedContentScannerTest.php index db06b5d..c3d2907 100644 --- a/tests/MixedContentScannerTest.php +++ b/tests/MixedContentScannerTest.php @@ -48,7 +48,7 @@ public function it_has_an_option_to_enable_ssl_verification() /** @test */ public function it_can_ignore_links_with_the_ignore_option() { - $this->performScan('http://'.Server::getServerUrl('ignore') . ' --ignore=replytocom'); + $this->performScan('http://'.Server::getServerUrl('ignore').' --ignore=replytocom'); $this->assertMatchesSnapshot(file_get_contents($this->logFile)); }