From 3871bee9a2c006a759dc6c325a403dbed9b67526 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Wed, 24 Feb 2016 19:41:50 +0000 Subject: [PATCH] Message.php: Update comment to current implementation Change-Id: I04f6b42380e6b8eeb5bf0d679e8fb65cb4696d1a --- includes/Message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Message.php b/includes/Message.php index 4056f38da9..9d5f5e642a 100644 --- a/includes/Message.php +++ b/includes/Message.php @@ -810,7 +810,7 @@ class Message implements MessageSpecifier, Serializable { /** * Magic method implementation of the above (for PHP >= 5.2.0), so we can do, eg: - * $foo = Message::get( $key ); + * $foo = new Message( $key ); * $string = "$foo"; * * @since 1.18 -- 2.20.1