Make Status extend StatusValue and start FileBackend update
[lhc/web/wiklou.git] / includes / libs / StatusValue.php
index 7f41f55..45185c5 100644 (file)
@@ -83,10 +83,10 @@ class StatusValue {
         * Splits this StatusValue object into two new StatusValue objects, one which contains only
         * the error messages, and one that contains the warnings, only. The returned array is
         * defined as:
-        * array(
-        *      0 => object(StatusValue) # the StatusValue with error messages, only
-        *      1 => object(StatusValue) # The StatusValue with warning messages, only
-        * )
+        * [
+        *     0 => object(StatusValue) # the StatusValue with error messages, only
+        *         1 => object(StatusValue) # The StatusValue with warning messages, only
+        * ]
         *
         * @return array
         */