Merge "Fix return type of ApiVisualEditorEdit::saveWikitext"

This commit is contained in:
jenkins-bot 2019-03-08 20:50:04 +00:00 committed by Gerrit Code Review
commit f501a5238b

View file

@ -26,7 +26,7 @@ class ApiVisualEditorEdit extends ApiVisualEditor {
* @param Title $title The title of the page to write
* @param string $wikitext The wikitext to write
* @param array $params The edit parameters
* @return Status The result of the save attempt
* @return mixed The result of the save attempt
*/
protected function saveWikitext( Title $title, $wikitext, $params ) {
$apiParams = [