From 7437e1eb9fb6baab171dcf47aaa9c04778505f98 Mon Sep 17 00:00:00 2001 From: Brent Roose Date: Fri, 2 Mar 2018 10:39:02 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/MixedContentLogger.php | 2 +- tests/MixedContentScannerTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)); }