From 630555fe066403a5d53275cdcb76bdd325910bdf Mon Sep 17 00:00:00 2001 From: Weilin Du <108666168+LamentXU123@users.noreply.github.com> Date: Sat, 9 May 2026 11:32:30 +0800 Subject: [PATCH] [skip ci] ext/intl: Remove stale TODO in common_date (#21959) --- 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)");