The static declaration must come after the visibility declaration
[lhc/web/wiklou.git] / 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() ) {