Aude has uploaded a new change for review.

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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/13/123113/1

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: newchange
Gerrit-Change-Id: I4807e966a0b5e83b48202f62d411a3ed95202471
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
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