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 | |
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')
-rw-r--r-- | includes/api/ApiBase.php | 2 | ||||
-rw-r--r-- | includes/api/ApiQueryBase.php | 2 | ||||
-rw-r--r-- | includes/api/ApiQueryGeneratorBase.php | 2 | ||||
-rw-r--r-- | includes/api/ApiQueryRevisionsBase.php | 2 |
4 files changed, 4 insertions, 4 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 */ diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php index f9379faec1c0..46afe5fafdb1 100644 --- a/includes/api/ApiQueryBase.php +++ b/includes/api/ApiQueryBase.php @@ -30,7 +30,7 @@ use Wikimedia\Rdbms\SelectQueryBuilder; * It provides some common functionality such as constructing various SQL * queries. * - * @stable for subclassing + * @stable to extend * * @ingroup API */ diff --git a/includes/api/ApiQueryGeneratorBase.php b/includes/api/ApiQueryGeneratorBase.php index 6c94e58e3730..1f248715e0d0 100644 --- a/includes/api/ApiQueryGeneratorBase.php +++ b/includes/api/ApiQueryGeneratorBase.php @@ -21,7 +21,7 @@ */ /** - * @stable for subclassing + * @stable to extend * * @ingroup API */ diff --git a/includes/api/ApiQueryRevisionsBase.php b/includes/api/ApiQueryRevisionsBase.php index 467558db3472..7042c896a3ea 100644 --- a/includes/api/ApiQueryRevisionsBase.php +++ b/includes/api/ApiQueryRevisionsBase.php @@ -32,7 +32,7 @@ use Wikimedia\ParamValidator\TypeDef\IntegerDef; /** * A base class for functions common to producing a list of revisions. * - * @stable for subclassing + * @stable to extend * * @ingroup API */ |