From: Fomafix Date: Wed, 24 Feb 2016 19:41:50 +0000 (+0000) Subject: Message.php: Update comment to current implementation X-Git-Tag: 1.31.0-rc.0~7841^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=3871bee9a2c006a759dc6c325a403dbed9b67526;p=lhc%2Fweb%2Fwiklou.git Message.php: Update comment to current implementation Change-Id: I04f6b42380e6b8eeb5bf0d679e8fb65cb4696d1a --- 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