Umherirrender has uploaded a new change for review.
https://gerrit.wikimedia.org/r/97298
Change subject: The static declaration must come after the visibility declartion
......................................................................
The static declaration must come after the visibility declartion
Change-Id: I7f4646a5eb3acc7209b243c82a5a496daf82cf8f
---
M includes/gallery/ImageGalleryBase.php
M includes/parser/CoreParserFunctions.php
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/98/97298/1
diff --git a/includes/gallery/ImageGalleryBase.php
b/includes/gallery/ImageGalleryBase.php
index f8b8c50..f85f3a7 100644
--- a/includes/gallery/ImageGalleryBase.php
+++ b/includes/gallery/ImageGalleryBase.php
@@ -74,7 +74,7 @@
}
}
- static private function loadModes() {
+ private static function loadModes() {
if ( self::$modeMapping === false ) {
self::$modeMapping = array(
'traditional' => 'TraditionalImageGallery',
diff --git a/includes/parser/CoreParserFunctions.php
b/includes/parser/CoreParserFunctions.php
index 44c7458..f57d412 100644
--- a/includes/parser/CoreParserFunctions.php
+++ b/includes/parser/CoreParserFunctions.php
@@ -427,7 +427,7 @@
* @param mixed $value value to match
* @return boolean true on successful match
*/
- static private function matchAgainstMagicword( $magicword, $value ) {
+ private static function matchAgainstMagicword( $magicword, $value ) {
if ( strval( $value ) === '' ) {
return false;
}
--
To view, visit https://gerrit.wikimedia.org/r/97298
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f4646a5eb3acc7209b243c82a5a496daf82cf8f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits