jenkins-bot has submitted this change and it was merged.
Change subject: Declare visibility for ExceptionLocalizer methods
......................................................................
Declare visibility for ExceptionLocalizer methods
Change-Id: I4807e966a0b5e83b48202f62d411a3ed95202471
---
M lib/includes/i18n/ExceptionLocalizer.php
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Hoo man: Looks good to me, approved
jenkins-bot: Verified
diff --git a/lib/includes/i18n/ExceptionLocalizer.php
b/lib/includes/i18n/ExceptionLocalizer.php
index c81ddbc..d970110 100644
--- a/lib/includes/i18n/ExceptionLocalizer.php
+++ b/lib/includes/i18n/ExceptionLocalizer.php
@@ -26,7 +26,7 @@
*
* @return Message
*/
- function getExceptionMessage( Exception $ex );
+ public function getExceptionMessage( Exception $ex );
/**
* Whether this localizer can handle the given exception.
@@ -38,6 +38,6 @@
*
* @return bool
*/
- function hasExceptionMessage( Exception $ex );
+ public function hasExceptionMessage( Exception $ex );
}
--
To view, visit https://gerrit.wikimedia.org/r/123113
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4807e966a0b5e83b48202f62d411a3ed95202471
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits