Skip to content

Commit 60e6f5e

Browse files
committed
📖 DOC: Improved lingo
1 parent 2be5dae commit 60e6f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sendy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ private function query( $route, array $values ) {
357357
// Let's cURL.
358358
// phpcs:disable -- not WP.
359359
$ch = curl_init( $postUrl );
360-
// Comment disable this SSL verification for testing.
360+
// Comment to disable this SSL peer verification for testing.
361361
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, 0 );
362-
// Comment disable this SSL verification for testing.
362+
// Comment to disable this SSL host verification for testing.
363363
curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, 0 );
364364
curl_setopt( $ch, CURLOPT_HTTPHEADER, array( 'Content-Type: application/x-www-form-urlencoded' ) );
365365
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );

0 commit comments

Comments
 (0)