Skip to content

Commit

Permalink
Merge pull request #16 from spatie/analysis-XZPdbb
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
brendt authored Mar 2, 2018
2 parents cde9e7d + 7437e1e commit d1745d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MixedContentLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/MixedContentScannerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit d1745d5

Please sign in to comment.