Merge "Update type of PermissionManager::resultToError"
[lhc/web/wiklou.git] / includes / Title.php
index cf81b98..f69f1a4 100644 (file)
@@ -2256,7 +2256,7 @@ class Title implements LinkTarget, IDBAccessObject {
         * Add the resulting error code to the errors array
         *
         * @param array $errors List of current errors
-        * @param array $result Result of errors
+        * @param array|string|MessageSpecifier|false $result Result of errors
         *
         * @return array List of errors
         */