aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields
diff options
context:
space:
mode:
authorSiddharth VP <siddharthvp@gmail.com>2023-11-04 22:00:39 +0530
committerSiddharth VP <siddharthvp@gmail.com>2023-11-04 23:42:34 +0530
commitf697560fe087df41c29cd71a2f2e0876f58bffc5 (patch)
tree058a02ef1c59c616d23e183845a64bb7b8565560 /includes/htmlform/fields
parent4f2a354ded8cd7bc87a1e7007dd9366d5b8c65d9 (diff)
downloadmediawikicore-f697560fe087df41c29cd71a2f2e0876f58bffc5.tar.gz
mediawikicore-f697560fe087df41c29cd71a2f2e0876f58bffc5.zip
Unmark HTMLRestrictionsField as stable to extend
This is a composite field meant for a specific purpose, rather than a fundamental component. No sub-classes were found in Code Search. Bug: T349957 Change-Id: Idfb526a341b95322b698a5992b72f5ee8aabf497
Diffstat (limited to 'includes/htmlform/fields')
-rw-r--r--includes/htmlform/fields/HTMLRestrictionsField.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLRestrictionsField.php b/includes/htmlform/fields/HTMLRestrictionsField.php
index 2c82d350d14b..cc77fb180f5a 100644
--- a/includes/htmlform/fields/HTMLRestrictionsField.php
+++ b/includes/htmlform/fields/HTMLRestrictionsField.php
@@ -14,7 +14,6 @@ use Wikimedia\IPUtils;
* The value returned will be an MWRestrictions or the input string if it was not a list of
* valid IP ranges.
*
- * @stable to extend
*/
class HTMLRestrictionsField extends HTMLTextAreaField {
protected const DEFAULT_ROWS = 5;