jenkins-bot has submitted this change and it was merged.

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(-)

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



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: merged
Gerrit-Change-Id: I44988f78ed989cab8e5d60797dc92cf7726c2240
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to