From 82e729f07c9d628970f860047ba07f4203d7cb7a Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 25 Aug 2014 18:25:39 +0200 Subject: [PATCH] The static declaration must come after the visibility declaration Change-Id: I50b7f39d527f5590373192a684ec07949988ec23 --- includes/WatchedItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php index d9a1e80ec7..488932cb08 100644 --- a/includes/WatchedItem.php +++ b/includes/WatchedItem.php @@ -274,7 +274,7 @@ class WatchedItem { * @param WatchedItem[] $items * @return bool */ - static public function batchAddWatch( array $items ) { + public static function batchAddWatch( array $items ) { $section = new ProfileSection( __METHOD__ ); if ( wfReadOnly() ) { -- 2.20.1