aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend/exception/FileBackendError.php
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-07-13 11:00:30 +0200
committerdaniel <dkinzler@wikimedia.org>2020-07-13 11:00:30 +0200
commit3c50afa46b477591b22e36f93f47f525abce14d0 (patch)
tree85525cddae2a728665d91df19984ffdbfdaa17d5 /includes/libs/filebackend/exception/FileBackendError.php
parent631578c68595581e202e150b3a03027dbb9a8ada (diff)
downloadmediawikicore-3c50afa46b477591b22e36f93f47f525abce14d0.tar.gz
mediawikicore-3c50afa46b477591b22e36f93f47f525abce14d0.zip
Replace "@stable for subclassing" with "@stable to extend"
For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: Ie32c1b11b3d16ddfc0c83a757327d449ff80b2e4
Diffstat (limited to 'includes/libs/filebackend/exception/FileBackendError.php')
-rw-r--r--includes/libs/filebackend/exception/FileBackendError.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/filebackend/exception/FileBackendError.php b/includes/libs/filebackend/exception/FileBackendError.php
index 41f2675bc17e..1b74380a6e1b 100644
--- a/includes/libs/filebackend/exception/FileBackendError.php
+++ b/includes/libs/filebackend/exception/FileBackendError.php
@@ -3,7 +3,7 @@
* File backend exception for checked exceptions (e.g. I/O errors)
*
* @newable
- * @stable for subclassing
+ * @stable to extend
* @ingroup FileBackend
* @since 1.22
*/