From 4aaf8562dc08a59803ebecc86b79d17f734fe6e7 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 8 Aug 2018 02:09:05 +0700 Subject: [PATCH] remove unneeded @todo for Time::setMonth() to check max --- system/I18n/Time.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/I18n/Time.php b/system/I18n/Time.php index 52d4f8160af1..04e0ebe3966d 100644 --- a/system/I18n/Time.php +++ b/system/I18n/Time.php @@ -607,8 +607,6 @@ public function setYear($value) /** * Sets the month of the year. * - * @todo check max months in current calendar (localized) - * * @param $value * * @return \CodeIgniter\I18n\Time