Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/121046

Change subject: Update beginRecentChangesList to fix php strict standard notice
......................................................................

Update beginRecentChangesList to fix php strict standard notice

in accordance with I28d4e414 in core

Change-Id: Iabb03c31528b487822449800673d7414fdf05e90
---
M CleanChanges_body.php
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CleanChanges 
refs/changes/46/121046/1

diff --git a/CleanChanges_body.php b/CleanChanges_body.php
index 38f0521..eb6a8e9 100644
--- a/CleanChanges_body.php
+++ b/CleanChanges_body.php
@@ -67,10 +67,12 @@
        }
 
        /**
+        * @param ResultWrapper $res
+        *
         * @return String
         */
-       public function beginRecentChangesList() {
-               parent::beginRecentChangesList();
+       public function beginRecentChangesList( $res ) {
+               parent::beginRecentChangesList( $res );
                $dir = $this->direction ? 'ltr' : 'rtl';
                return
                        Xml::openElement(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iabb03c31528b487822449800673d7414fdf05e90
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CleanChanges
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

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

Reply via email to