From 86e68468ca6e3030b9e793733aaef7acf8e1746b Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Mon, 27 Aug 2018 21:08:55 +0200 Subject: [PATCH] Remove semicolon after class declaration Change-Id: Iae57172138f8887e37ed401b443531259808e678 --- includes/libs/RiffExtractor.php | 2 +- profileinfo.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1