Merge "Protect -{...}- variant constructs in definition lists."
[lhc/web/wiklou.git] / includes / libs / StatusValue.php
index b0b26db..db085da 100644 (file)
@@ -88,7 +88,7 @@ class StatusValue {
         *         1 => object(StatusValue) # The StatusValue with warning messages, only
         * ]
         *
-        * @return array
+        * @return StatusValue[]
         */
        public function splitByErrorType() {
                $errorsOnlyStatusValue = clone $this;