mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Fix return type of ApiVisualEditorEdit::saveWikitext"
This commit is contained in:
commit
f501a5238b
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue