Skip to content

Commit

Permalink
Remove outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 27, 2020
1 parent 94aa454 commit fee4015
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/I18n/Formatter/IcuFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ protected function _formatMessage(string $locale, string $message, array $vars):
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) {
Expand Down

0 comments on commit fee4015

Please sign in to comment.