diff options
Diffstat (limited to 'includes/exception/LocalizedException.php')
-rw-r--r-- | includes/exception/LocalizedException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/exception/LocalizedException.php b/includes/exception/LocalizedException.php index a4d290e5dec4..b55bdc0b9f48 100644 --- a/includes/exception/LocalizedException.php +++ b/includes/exception/LocalizedException.php @@ -32,7 +32,7 @@ class LocalizedException extends Exception implements ILocalizedException { protected $messageSpec; /** - * @stable for calling + * @stable to call * @param string|array|MessageSpecifier $messageSpec See Message::newFromSpecifier * @param int $code * @param Throwable|null $previous The previous exception used for the exception |