Skip to content

Commit ae8e030

Browse files
committed
Version 4
1 parent e02705e commit ae8e030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function setOptions($config)
5151
if (isset($config['options']['ssl_verification'])) {
5252
$this->sslVerification = $config['options']['ssl_verification'];
5353
}
54-
if (isset($config['options']['retires'])) {
54+
if (!empty($config['options']['retires'])) {
5555
$this->retires = $config['options']['retires'];
5656
}
5757
if (isset($config['options']['meta_header'])) {

0 commit comments

Comments
 (0)