aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Parser.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2024-03-07 16:56:58 -0500
committerKrinkle <krinkle@fastmail.com>2024-03-19 20:11:29 +0000
commit8e940c4f214ff7d17b53f51c6a46a5cf7fc2c92e (patch)
tree7eea5bb5433588c3959512a45207b18f8c617d18 /includes/parser/Parser.php
parent3715ec82fdf6d6ed3d31a353e04955c75be73da0 (diff)
downloadmediawikicore-8e940c4f214ff7d17b53f51c6a46a5cf7fc2c92e.tar.gz
mediawikicore-8e940c4f214ff7d17b53f51c6a46a5cf7fc2c92e.zip
Standardise all our class alias deprecation comments for ease of grepping
Change-Id: I7f85d931d3b79da23e87b4e5692b2e14be8fcaa0
Diffstat (limited to 'includes/parser/Parser.php')
-rw-r--r--includes/parser/Parser.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index 6cd7af81e13f..9fd1e58607ff 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -6478,8 +6478,5 @@ class Parser {
}
}
-/**
- * Retain the old class name for backwards compatibility.
- * @deprecated since 1.41
- */
+/** @deprecated class alias since 1.41 */
class_alias( Parser::class, 'Parser' );