aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision/RevisionRecord.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2022-05-28 16:25:10 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2022-05-29 06:17:01 +0000
commita2a1a4ecd25d627ba2ddc4520072476e0f15639f (patch)
tree72658b702440d27ab2ee872776826cd567763b6b /includes/Revision/RevisionRecord.php
parentffb983ea774346a2d90ae10fa76b644b08dbaa60 (diff)
downloadmediawikicore-a2a1a4ecd25d627ba2ddc4520072476e0f15639f.tar.gz
mediawikicore-a2a1a4ecd25d627ba2ddc4520072476e0f15639f.zip
Remove deprecated MediaWiki\Storage namespace for revision related class
All revision related classes are namespaced MediaWiki\Revision instead of MediaWiki\Storage since 1.32. The old namespaced class names are deprecated and only kept for backwards-compatibility. Bug: T305784 Change-Id: I48cdc65301a8cd20d2bedd031dbdae33b8c2a34d
Diffstat (limited to 'includes/Revision/RevisionRecord.php')
-rw-r--r--includes/Revision/RevisionRecord.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/Revision/RevisionRecord.php b/includes/Revision/RevisionRecord.php
index 3356ad71d018..0953a07a0cd5 100644
--- a/includes/Revision/RevisionRecord.php
+++ b/includes/Revision/RevisionRecord.php
@@ -589,9 +589,3 @@ abstract class RevisionRecord implements WikiAwareEntity {
return false;
}
}
-
-/**
- * Retain the old class name for backwards compatibility.
- * @deprecated since 1.32
- */
-class_alias( RevisionRecord::class, 'MediaWiki\Storage\RevisionRecord' );