diff options
author | daniel <dkinzler@wikimedia.org> | 2020-07-13 11:00:30 +0200 |
---|---|---|
committer | daniel <dkinzler@wikimedia.org> | 2020-07-13 11:00:30 +0200 |
commit | 3c50afa46b477591b22e36f93f47f525abce14d0 (patch) | |
tree | 85525cddae2a728665d91df19984ffdbfdaa17d5 /includes/exception/MWException.php | |
parent | 631578c68595581e202e150b3a03027dbb9a8ada (diff) | |
download | mediawikicore-3c50afa46b477591b22e36f93f47f525abce14d0.tar.gz mediawikicore-3c50afa46b477591b22e36f93f47f525abce14d0.zip |
Replace "@stable for subclassing" with "@stable to extend"
For compliance with the new version of the table interface policy
(T255803).
This patch was created by an automated search & replace operation
on the includes/ directory.
Bug: T257789
Change-Id: Ie32c1b11b3d16ddfc0c83a757327d449ff80b2e4
Diffstat (limited to 'includes/exception/MWException.php')
-rw-r--r-- | includes/exception/MWException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/exception/MWException.php b/includes/exception/MWException.php index 89fa70ceb8c1..83631645c179 100644 --- a/includes/exception/MWException.php +++ b/includes/exception/MWException.php @@ -22,7 +22,7 @@ * MediaWiki exception * * @newable - * @stable for subclassing + * @stable to extend * * @ingroup Exception */ |