diff options
Diffstat (limited to 'includes/exception')
-rw-r--r-- | includes/exception/BadRequestError.php | 2 | ||||
-rw-r--r-- | includes/exception/ErrorPageError.php | 2 | ||||
-rw-r--r-- | includes/exception/FatalError.php | 2 | ||||
-rw-r--r-- | includes/exception/HttpError.php | 2 | ||||
-rw-r--r-- | includes/exception/LocalizedException.php | 2 | ||||
-rw-r--r-- | includes/exception/MWException.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/includes/exception/BadRequestError.php b/includes/exception/BadRequestError.php index 8c4194fe78a3..edb9caf7b112 100644 --- a/includes/exception/BadRequestError.php +++ b/includes/exception/BadRequestError.php @@ -22,7 +22,7 @@ * An error page that emits an HTTP 400 Bad Request status code. * * @newable - * @stable for subclassing + * @stable to extend * @since 1.28 * @ingroup Exception */ diff --git a/includes/exception/ErrorPageError.php b/includes/exception/ErrorPageError.php index 74b20b987557..ab113970d00f 100644 --- a/includes/exception/ErrorPageError.php +++ b/includes/exception/ErrorPageError.php @@ -22,7 +22,7 @@ * An error page which can definitely be safely rendered using the OutputPage. * * @newable - * @stable for subclassing + * @stable to extend * * @since 1.7 * @ingroup Exception diff --git a/includes/exception/FatalError.php b/includes/exception/FatalError.php index a5e39c9508f9..067e7a618af0 100644 --- a/includes/exception/FatalError.php +++ b/includes/exception/FatalError.php @@ -30,7 +30,7 @@ * the exception is all the site administrator needs to know. * * @newable - * @stable for subclassing + * @stable to extend * @since 1.7 * @ingroup Exception */ diff --git a/includes/exception/HttpError.php b/includes/exception/HttpError.php index b7086111b2ce..823d6c0ba313 100644 --- a/includes/exception/HttpError.php +++ b/includes/exception/HttpError.php @@ -25,7 +25,7 @@ use MediaWiki\Logger\LoggerFactory; * Replacement for wfHttpError(). * * @newable - * @stable for subclassing + * @stable to extend * @since 1.19 * @ingroup Exception */ diff --git a/includes/exception/LocalizedException.php b/includes/exception/LocalizedException.php index a4d290e5dec4..3ca63e864073 100644 --- a/includes/exception/LocalizedException.php +++ b/includes/exception/LocalizedException.php @@ -22,7 +22,7 @@ * Basic localized exception. * * @newable - * @stable for subclassing + * @stable to extend * @since 1.29 * @ingroup Exception * @note Don't use this in a situation where MessageCache is not functional. 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 */ |