The static declaration must come after the visibility declaration
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 25 Aug 2014 16:25:39 +0000 (18:25 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 26 Aug 2014 21:09:22 +0000 (21:09 +0000)
Change-Id: I50b7f39d527f5590373192a684ec07949988ec23

includes/WatchedItem.php

index d9a1e80..488932c 100644 (file)
@@ -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() ) {