Skip to content

Commit fa6cb54

Browse files
committed
docs: improve readability of comments
1 parent ca58194 commit fa6cb54

File tree

1 file changed

+3
-3
lines changed
  • user_guide_src/source/libraries/curlrequest

1 file changed

+3
-3
lines changed

user_guide_src/source/libraries/curlrequest/014.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$client->request('GET', 'http://example.com', ['allow_redirects' => true]);
44
/*
55
* Sets the following defaults:
6-
* 'max' => 5, // Maximum number of redirects to follow before stopping
7-
* 'strict' => true, // Ensure POST requests stay POST requests through redirects
8-
* 'protocols' => ['http', 'https'] // Restrict redirects to one or more protocols
6+
* 'max' => 5, // Maximum number of redirects to follow before stopping
7+
* 'strict' => true, // Ensure POST requests stay POST requests through redirects
8+
* 'protocols' => ['http', 'https'] // Restrict redirects to one or more protocols
99
*/

0 commit comments

Comments
 (0)