aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiBase.php
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2020-07-13 09:31:38 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2020-07-13 09:31:38 +0000
commit39705eb3113d50be7a43c11e94be3ffea7b920f4 (patch)
tree4634c05dbfbbc5bc71ba74d1097b21a768767076 /includes/api/ApiBase.php
parent0270990f0b22e8351ae51735e567bf4d7b178f91 (diff)
parent3c50afa46b477591b22e36f93f47f525abce14d0 (diff)
downloadmediawikicore-39705eb3113d50be7a43c11e94be3ffea7b920f4.tar.gz
mediawikicore-39705eb3113d50be7a43c11e94be3ffea7b920f4.zip
Merge "Replace "@stable for subclassing" with "@stable to extend""
Diffstat (limited to 'includes/api/ApiBase.php')
-rw-r--r--includes/api/ApiBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php
index afd57deff9b2..b73ac012c441 100644
--- a/includes/api/ApiBase.php
+++ b/includes/api/ApiBase.php
@@ -45,7 +45,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* Self-documentation: code to allow the API to document its own state
*
- * @stable for subclassing
+ * @stable to extend
*
* @ingroup API
*/