jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/396368 )

Change subject: PageContentSave WikiPage typehint
......................................................................


PageContentSave WikiPage typehint

Change-Id: Ia0578fd5756334c03172f3694bba450ff2f5b59f
---
M EtherEditorHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/EtherEditorHooks.php b/EtherEditorHooks.php
index 9c32725..9758a66 100644
--- a/EtherEditorHooks.php
+++ b/EtherEditorHooks.php
@@ -54,7 +54,7 @@
         *
         * @return bool true
         */
-       public static function saveComplete( $wikiPage, $user, $content, 
$summary, $isMinor,
+       public static function saveComplete( WikiPage $wikiPage, $user, 
$content, $summary, $isMinor,
                $isWatch, $section, $flags, $revision, $status, $baseRevId ) {
                global $wgOut;
                $dbId = $wgOut->getRequest()->getInt( 'dbId', -1 );

-- 
To view, visit https://gerrit.wikimedia.org/r/396368
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0578fd5756334c03172f3694bba450ff2f5b59f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EtherEditor
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to