aboutsummaryrefslogtreecommitdiffstats
path: root/includes/rcfeed/FormattedRCFeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rcfeed/FormattedRCFeed.php')
-rw-r--r--includes/rcfeed/FormattedRCFeed.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/includes/rcfeed/FormattedRCFeed.php b/includes/rcfeed/FormattedRCFeed.php
index e51e89ba6e1d..179dd2c5e18b 100644
--- a/includes/rcfeed/FormattedRCFeed.php
+++ b/includes/rcfeed/FormattedRCFeed.php
@@ -69,9 +69,5 @@ abstract class FormattedRCFeed extends RCFeed {
}
}
-/**
- * Backward-compatibility alias.
- * @since 1.22
- * @deprecated since 1.29 Use FormattedRCFeed instead
- */
+/** @deprecated class alias since 1.22 */
class_alias( FormattedRCFeed::class, 'RCFeedEngine' );