Umherirrender has uploaded a new change for review.

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

Change subject: The static declaration must come after the visibility 
declaration
......................................................................

The static declaration must come after the visibility declaration

Change-Id: I50b7f39d527f5590373192a684ec07949988ec23
---
M includes/WatchedItem.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/39/156139/1

diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php
index d9a1e80..488932c 100644
--- a/includes/WatchedItem.php
+++ b/includes/WatchedItem.php
@@ -274,7 +274,7 @@
         * @param WatchedItem[] $items
         * @return bool
         */
-       static public function batchAddWatch( array $items ) {
+       public static function batchAddWatch( array $items ) {
                $section = new ProfileSection( __METHOD__ );
 
                if ( wfReadOnly() ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/156139
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50b7f39d527f5590373192a684ec07949988ec23
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

Reply via email to