We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c2703 commit 029f792Copy full SHA for 029f792
1 file changed
src/ReCaptcha/RequestMethod/Curl.php
@@ -74,6 +74,6 @@ public function exec($ch): mixed
74
*/
75
public function close($ch): void
76
{
77
- curl_close($ch);
+ // curl_close($ch); // curl_close is a noop in PHP 8.0+
78
}
79
0 commit comments