From 6dcc2125974e350d1844c5ce1bb3562e224f3435 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 24 Jun 2026 05:14:37 +0900 Subject: refactor(php-shim): remove is_resource/is_resource_value --- crates/shirabe/src/util/http/curl_downloader.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/shirabe/src/util/http') diff --git a/crates/shirabe/src/util/http/curl_downloader.rs b/crates/shirabe/src/util/http/curl_downloader.rs index 4b8348f..1a5c7b3 100644 --- a/crates/shirabe/src/util/http/curl_downloader.rs +++ b/crates/shirabe/src/util/http/curl_downloader.rs @@ -19,9 +19,9 @@ use shirabe_php_shim::{ curl_init, curl_multi_add_handle, curl_multi_exec, curl_multi_info_read, curl_multi_init, curl_multi_select, curl_multi_setopt, curl_setopt, curl_setopt_array, curl_share_init, curl_share_setopt, curl_strerror, curl_version, defined, explode, fclose, fopen, - function_exists, implode, in_array, ini_get, is_resource, json_decode, parse_url, preg_quote, - rename, rewind, rtrim, sprintf, str_contains, stream_get_contents, - stream_get_contents_with_max, stripos, strpos, substr, unlink_silent, usleep, var_export, + function_exists, implode, in_array, ini_get, json_decode, parse_url, preg_quote, rename, + rewind, rtrim, sprintf, str_contains, stream_get_contents, stream_get_contents_with_max, + stripos, strpos, substr, unlink_silent, usleep, var_export, }; use crate::config::Config; -- cgit v1.3.1