We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4eb58a commit 5555409Copy full SHA for 5555409
src/HTTPOptionsTrait.php
@@ -171,7 +171,7 @@ protected function setCA():void{
171
.'HTTPOptions::$ca_info or HTTPOptions::$curl_options. If you do not need a specific certificate bundle, '
172
.'then you can download a CA bundle over here: https://curl.haxx.se/docs/caextract.html. '
173
.'Once you have a CA bundle available on disk, you can set the "curl.cainfo" php.ini setting to point '
174
- .'to the path to the file, allowing you to omit the $ca_info or $curl_options setting. '
+ .'to the path of the file, allowing you to omit the $ca_info or $curl_options setting. '
175
.'See http://curl.haxx.se/docs/sslcerts.html for more information.';
176
177
throw new ClientException($msg); // @codeCoverageIgnore
0 commit comments