Follow-up f6bd18d: Add in-code comment on aliases for when they were added

Change-Id: I16cd2aba7b353b52359604d0290f9996e6bc0044
This commit is contained in:
James D. Forrester 2023-08-25 15:54:11 -04:00 committed by Jforrester
parent bd6d352abc
commit 84157df23b
2 changed files with 6 additions and 0 deletions

View file

@ -41,4 +41,7 @@ namespace MediaWiki\CommentStore;
class CommentStore extends CommentStoreBase {
}
/**
* @deprecated since 1.40
*/
class_alias( CommentStore::class, 'CommentStore' );

View file

@ -96,4 +96,7 @@ class CommentStoreComment {
}
}
/**
* @deprecated since 1.40
*/
class_alias( CommentStoreComment::class, 'CommentStoreComment' );