Skip to content

Commit

Permalink
Merge branch '68-installation-problem-on-laravel-11' of github.com:vo…
Browse files Browse the repository at this point in the history
…rmkracht10/laravel-seo-scanner into 68-installation-problem-on-laravel-11
  • Loading branch information
Baspa committed Nov 26, 2024
2 parents 698e5cd + f0eb492 commit e93af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function getRemoteFileSize(string $url): int

if (! isset($contentLength)) {
$options = (array) config('seo.http.options', []);
$context = isset($options['verify']) && !$options['verify']
$context = isset($options['verify']) && ! $options['verify']
? $context = ['ssl' => ['verify_peer' => false, 'verify_peer_name' => false]]
: [];

Expand Down

0 comments on commit e93af1d

Please sign in to comment.