Skip to content

Commit

Permalink
Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Nov 29, 2023
1 parent cc448fe commit 89a6a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PHPScraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public function setConfig(array $config = []): self
$httpClient = SymfonyHttpClient::create([
'proxy' => $this->config['proxy'],
'timeout' => $this->config['timeout'],
'verify_host' => !$this->config['disable_ssl'],
'verify_peer' => !$this->config['disable_ssl'],
'verify_host' => ! $this->config['disable_ssl'],
'verify_peer' => ! $this->config['disable_ssl'],
]);

// BrowserKit Client and set some config needed for it.
Expand Down

0 comments on commit 89a6a37

Please sign in to comment.