Fix phpdoc of StatusValue::merge
authoraddshore <addshorewiki@gmail.com>
Fri, 4 Dec 2015 20:45:30 +0000 (21:45 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 4 Dec 2015 20:50:22 +0000 (21:50 +0100)
Change-Id: I6fec36f9911d647fa7507c36b57f6b11ef04d63d

includes/libs/StatusValue.php

index 3c2dd40..35de084 100644 (file)
@@ -181,7 +181,7 @@ class StatusValue {
        /**
         * Merge another status object into this one
         *
-        * @param Status $other Other Status object
+        * @param StatusValue $other Other StatusValue object
         * @param bool $overwriteValue Whether to override the "value" member
         */
        public function merge( $other, $overwriteValue = false ) {