Skip to content

Commit da48637

Browse files
committed
Fix syntax highlighting comment in HTTP wrapper example
1 parent 2a56b54 commit da48637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-snippets/php-stream-wrappers/http-wrapper-advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
'content' => $postData,
1818
'timeout' => 30,
19-
'ignore_errors' => true // Don't throw on HTTP errors
19+
'ignore_errors' => true // Do not throw on HTTP errors
2020
]
2121
]);
2222

0 commit comments

Comments
 (0)