From: umherirrender Date: Mon, 25 Aug 2014 16:25:39 +0000 (+0200) Subject: The static declaration must come after the visibility declaration X-Git-Tag: 1.31.0-rc.0~14264^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=82e729f07c9d628970f860047ba07f4203d7cb7a;p=lhc%2Fweb%2Fwiklou.git The static declaration must come after the visibility declaration Change-Id: I50b7f39d527f5590373192a684ec07949988ec23 --- 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() ) {