diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2020-07-13 09:31:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2020-07-13 09:31:38 +0000 |
commit | 39705eb3113d50be7a43c11e94be3ffea7b920f4 (patch) | |
tree | 4634c05dbfbbc5bc71ba74d1097b21a768767076 /includes/api/ApiBase.php | |
parent | 0270990f0b22e8351ae51735e567bf4d7b178f91 (diff) | |
parent | 3c50afa46b477591b22e36f93f47f525abce14d0 (diff) | |
download | mediawikicore-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.php | 2 |
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 */ |