Browse Source

Remove outdated comment.

ADmad 5 years ago
parent
commit
fee40157e4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/I18n/Formatter/IcuFormatter.php

+ 1 - 2
src/I18n/Formatter/IcuFormatter.php

@@ -61,8 +61,7 @@ class IcuFormatter implements FormatterInterface
         if ($message === '') {
             return $message;
         }
-        // Using procedural style as it showed twice as fast as
-        // its counterpart in PHP 5.5
+
         $result = MessageFormatter::formatMessage($locale, $message, $vars);
 
         if ($result === false) {