Follow-up f6bd18d: Add in-code comment on aliases for when they were added
Change-Id: I16cd2aba7b353b52359604d0290f9996e6bc0044
This commit is contained in:
parent
bd6d352abc
commit
84157df23b
2 changed files with 6 additions and 0 deletions
|
|
@ -41,4 +41,7 @@ namespace MediaWiki\CommentStore;
|
|||
class CommentStore extends CommentStoreBase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.40
|
||||
*/
|
||||
class_alias( CommentStore::class, 'CommentStore' );
|
||||
|
|
|
|||
|
|
@ -96,4 +96,7 @@ class CommentStoreComment {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.40
|
||||
*/
|
||||
class_alias( CommentStoreComment::class, 'CommentStoreComment' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue