jenkins-bot has submitted this change and it was merged.
Change subject: Invalid passed arguments should be catchable, not fatal
......................................................................
Invalid passed arguments should be catchable, not fatal
Bug: 60985
Change-Id: I049858154dfff90bd3edcc8909aa52459b60c370
---
M formatters/NotificationFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Legoktm: Looks good to me, approved
jenkins-bot: Verified
diff --git a/formatters/NotificationFormatter.php
b/formatters/NotificationFormatter.php
index ecb4fde..9ca8e05 100644
--- a/formatters/NotificationFormatter.php
+++ b/formatters/NotificationFormatter.php
@@ -119,7 +119,7 @@
* @param $title Title object
* @return string Text suitable for output format
*/
- protected function formatTitle( $title ) {
+ protected function formatTitle( Title $title ) {
return $title->getPrefixedText();
}
--
To view, visit https://gerrit.wikimedia.org/r/111891
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I049858154dfff90bd3edcc8909aa52459b60c370
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[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