From: Umherirrender Date: Mon, 27 Aug 2018 19:08:55 +0000 (+0200) Subject: Remove semicolon after class declaration X-Git-Tag: 1.34.0-rc.0~4292^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=86e68468ca6e3030b9e793733aaef7acf8e1746b;p=lhc%2Fweb%2Fwiklou.git Remove semicolon after class declaration Change-Id: Iae57172138f8887e37ed401b443531259808e678 --- diff --git a/includes/libs/RiffExtractor.php b/includes/libs/RiffExtractor.php index 304b99b8a4..c060380a71 100644 --- a/includes/libs/RiffExtractor.php +++ b/includes/libs/RiffExtractor.php @@ -96,4 +96,4 @@ class RiffExtractor { public static function extractUInt32( $string ) { return unpack( 'V', $string )[1]; } -}; +} diff --git a/profileinfo.php b/profileinfo.php index 264b5eb1c3..0a60b08a27 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -294,7 +294,7 @@ class profile_point { public function fmttime() { return sprintf( '%5.02f', $this->time ); } -}; +} function compare_point( profile_point $a, profile_point $b ) { // phpcs:ignore MediaWiki.NamingConventions.ValidGlobalName.wgPrefix