We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a0a73 commit d231e9dCopy full SHA for d231e9d
tests/Utility/InputValidator/IsCurlHandleTest.php
@@ -22,7 +22,7 @@ final class IsCurlHandleTest extends TestCase {
22
* Clean up after the tests.
23
*/
24
public static function tear_down_after_test() {
25
- if (isset(self::$curl_handle) && is_resource(self::$curl_handle)) {
+ if (isset(self::$curl_handle) && is_resource(self::$curl_handle) && \PHP_VERSION_ID < 80000) {
26
curl_close(self::$curl_handle);
27
}
28
0 commit comments