From 59b22b0f674150b0094df88bbe68ecc465230d32 Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Fri, 8 May 2026 14:56:59 +0800 Subject: [PATCH] [skip ci] ext/intl: Remove stale TODO in common_date --- ext/intl/common/common_date.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/intl/common/common_date.cpp b/ext/intl/common/common_date.cpp index 0a7aa023b43c..fb5ca6edaebe 100644 --- a/ext/intl/common/common_date.cpp +++ b/ext/intl/common/common_date.cpp @@ -202,7 +202,6 @@ U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err) } } } else { - /* TODO: try with cast(), get() to obtain a number */ intl_errors_set(err, U_ILLEGAL_ARGUMENT_ERROR, "invalid object type for date/time " "(only IntlCalendar and DateTimeInterface permitted)");