]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/utils/number/class_NumberUtils.php
Continued:
[core.git] / framework / main / classes / utils / number / class_NumberUtils.php
index 2318858e614b2b5f791c691040567452e77df1cf..29afa81f2279fe0b1fd6b48fea98bd41e7743443 100644 (file)
@@ -45,7 +45,6 @@ final class NumberUtils extends BaseFrameworkSystem {
         *
         * @param       $value          The raw value from e.g. database
         * @return      $localized      Localized value
-        * @todo        Won't work as getLanguageInstance() is still in monolithic BaseFrameworkSystem
         */
        public static function doFilterFormatNumber ($value) {
                // Generate it from config and localize dependencies
@@ -70,7 +69,6 @@ final class NumberUtils extends BaseFrameworkSystem {
         *
         * @param       $timestamp      Timestamp to prepare (filter) for display
         * @return      $readable       A readable timestamp
-        * @todo        Won't work as getLanguageInstance() is still in monolithic BaseFrameworkSystem
         */
        public static function doFilterFormatTimestamp ($timestamp) {
                // Default value to return