From 8e940c4f214ff7d17b53f51c6a46a5cf7fc2c92e Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 7 Mar 2024 16:56:58 -0500 Subject: Standardise all our class alias deprecation comments for ease of grepping Change-Id: I7f85d931d3b79da23e87b4e5692b2e14be8fcaa0 --- includes/title/Title.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/title/Title.php') diff --git a/includes/title/Title.php b/includes/title/Title.php index 0ea374bbe577..446a0b49725c 100644 --- a/includes/title/Title.php +++ b/includes/title/Title.php @@ -3959,7 +3959,5 @@ class Title implements LinkTarget, PageIdentity { } -/** - * @deprecated since 1.40 - */ +/** @deprecated class alias since 1.40 */ class_alias( Title::class, 'Title' ); -- cgit v1.2.3