Follow-up cb73518: Add in-code comment on alias for when it was added

Change-Id: I5ffbe7fc4bd1fec1ff4e4e86b8e11f69b11c1b6d
This commit is contained in:
James D. Forrester 2023-08-28 16:57:25 -04:00 committed by DannyS712
parent 5214e80136
commit 8f857f88d8
2 changed files with 4 additions and 0 deletions

View file

@ -626,6 +626,7 @@ because of Phabricator reports.
- SiteStats -> MediaWiki\SiteStats\SiteStats
- SiteStatsInit -> MediaWiki\SiteStats\SiteStatsInit
- MediaWiki\ExtensionInfo -> MediaWiki\Utils\ExtensionInfo
- GitInfo -> MediaWiki\Utils\GitInfo
* The following methods, previously deprecated, now emit deprecation warnings:
- ConfigFactory::getDefaultInstance(), deprecated since 1.27
- AbstractContent::getNativeData(), deprecated since 1.33

View file

@ -471,4 +471,7 @@ class GitInfo {
}
}
/**
* @deprecated since 1.41
*/
class_alias( GitInfo::class, 'GitInfo' );