aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/SimpleHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Rest/SimpleHandler.php')
-rw-r--r--includes/Rest/SimpleHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Rest/SimpleHandler.php b/includes/Rest/SimpleHandler.php
index 3c85a370d615..ee814808cf1e 100644
--- a/includes/Rest/SimpleHandler.php
+++ b/includes/Rest/SimpleHandler.php
@@ -9,7 +9,7 @@ namespace MediaWiki\Rest;
* run() must be declared in the subclass. It cannot be declared as abstract
* here because it has a variable parameter list.
*
- * @stable for subclassing
+ * @stable to extend
* @package MediaWiki\Rest
*/
abstract class SimpleHandler extends Handler {