diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index cf2d07bce7..0b32dfa47c 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -765,7 +765,7 @@ public static function time() { * The messenger. */ public static function messenger() { - // @todo Replace with the Messenger service once LegacyMessenger has been removed in 9.0.0. + // @todo Replace with service once LegacyMessenger is removed in 9.0.0. return new LegacyMessenger(); }