From: jenkins-bot Date: Mon, 9 Sep 2019 18:51:39 +0000 (+0000) Subject: Merge "Remove spurious `@class` tags in two files" X-Git-Tag: 1.34.0-rc.0~307 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=366a19f8365ce230b7bdd706d3e75a952fe62c09;hp=1ed4c6d1ecb82721eeca570ea7586aca97a84b89 Merge "Remove spurious `@class` tags in two files" --- diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index b63a84d807..bf138c4b1e 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -31,8 +31,6 @@ * * @note This class uses setter methods instead of a constructor so that * it can be compatible with PHP 4, PHP 5 and PHP 7 (without warnings). - * - * @class */ class PHPVersionCheck { /* @var string The number of the MediaWiki version used. */ diff --git a/includes/specials/SpecialPageData.php b/includes/specials/SpecialPageData.php index 978efa7f12..df8bce147b 100644 --- a/includes/specials/SpecialPageData.php +++ b/includes/specials/SpecialPageData.php @@ -25,7 +25,6 @@ * The web server should generally be configured to make this accessible via a canonical URL/URI, * such as . * - * @class * @ingroup SpecialPage */ class SpecialPageData extends SpecialPage {