Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Perform override existence instead of value check
Browse files Browse the repository at this point in the history
  • Loading branch information
yesdevnull authored and vinjiang committed May 17, 2019
1 parent 9e53aa6 commit ccf40ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private static function createClient(array $options)
$options['proxy'] = $proxy;
}

if (!empty($options['verify'])) {
if (isset($options['verify'])) {
$verify = $options['verify'];
}

Expand Down

0 comments on commit ccf40ab

Please sign in to comment.