Skip to content

Commit caf8a46

Browse files
committed
Merge remote-tracking branch 'github/pr/373' into v1.1
[ci skip]
2 parents 944a16d + 6c848db commit caf8a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ of suitable [options](http://php.net/manual/context.ssl.php) passed via the `ssl
108108
$client = new Predis\Client([
109109
'scheme' => 'tls',
110110
'ssl' => ['cafile' => 'private.pem', 'verify_peer' => true],
111-
]
111+
]);
112112

113113
// Same set of parameters, but using an URI string:
114114
$client = new Predis\Client('tls://127.0.0.1?ssl[cafile]=private.pem&ssl[verify_peer]=1');

0 commit comments

Comments
 (0)