Add @since for Message::newFromSpecifier
authorGergő Tisza <tgr.huwiki@gmail.com>
Wed, 4 May 2016 17:40:56 +0000 (19:40 +0200)
committerGergő Tisza <tgr.huwiki@gmail.com>
Wed, 4 May 2016 17:40:56 +0000 (19:40 +0200)
Adds doctag missing from I2e6195b.

Change-Id: I3a0918c48b49a85498f856896575d6c69e5547e1

includes/Message.php

index 8ac73b3..c7752aa 100644 (file)
@@ -388,6 +388,7 @@ class Message implements MessageSpecifier, Serializable {
         * @param string|array|MessageSpecifier $value
         * @return Message
         * @throws InvalidArgumentException
+        * @since 1.27
         */
        public static function newFromSpecifier( $value ) {
                if ( $value instanceof RawMessage ) {