Passed
Push — main ( 19a8df...b832f1 )
by smiley
01:52
created
src/HTTPOptionsTrait.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -124,12 +124,12 @@
 block discarded – undo
124 124
 
125 125
 		// @codeCoverageIgnoreStart
126 126
 		$msg = 'No system CA bundle could be found in any of the the common system locations. '
127
-		       .'In order to verify peer certificates, you will need to supply the path on disk to a certificate bundle via  '
128
-		       .'HTTPOptions::$ca_info or HTTPOptions::$curl_options. If you do not need a specific certificate bundle, '
129
-		       .'then you can download a CA bundle over here: https://curl.haxx.se/docs/caextract.html. '
130
-		       .'Once you have a CA bundle available on disk, you can set the "curl.cainfo" php.ini setting to point '
131
-		       .'to the path of the file, allowing you to omit the $ca_info or $curl_options setting. '
132
-		       .'See http://curl.haxx.se/docs/sslcerts.html for more information.';
127
+			   .'In order to verify peer certificates, you will need to supply the path on disk to a certificate bundle via  '
128
+			   .'HTTPOptions::$ca_info or HTTPOptions::$curl_options. If you do not need a specific certificate bundle, '
129
+			   .'then you can download a CA bundle over here: https://curl.haxx.se/docs/caextract.html. '
130
+			   .'Once you have a CA bundle available on disk, you can set the "curl.cainfo" php.ini setting to point '
131
+			   .'to the path of the file, allowing you to omit the $ca_info or $curl_options setting. '
132
+			   .'See http://curl.haxx.se/docs/sslcerts.html for more information.';
133 133
 
134 134
 		throw new ClientException($msg);
135 135
 		// @codeCoverageIgnoreEnd
Please login to merge, or discard this patch.