Bsitu has uploaded a new change for review.

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

Change subject: method signature has to match parent method
......................................................................

method signature has to match parent method

Otherwise it produces a strict standard warning

Change-Id: I44988f78ed989cab8e5d60797dc92cf7726c2240
---
M includes/Notifications/Formatter.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/61/150961/1

diff --git a/includes/Notifications/Formatter.php 
b/includes/Notifications/Formatter.php
index b53d9f6..7743d66 100644
--- a/includes/Notifications/Formatter.php
+++ b/includes/Notifications/Formatter.php
@@ -189,7 +189,7 @@
         * @param \EchoEvent
         * @param \User
         */
-       protected function formatCommentText( $event, $user ) {
+       protected function formatCommentText( EchoEvent $event, $user ) {
                if ( $this->bundleData['raw-data-count'] > 1 ) {
                        return '';
                } else {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I44988f78ed989cab8e5d60797dc92cf7726c2240
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Bsitu <bs...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to