diff options
author | Siddharth VP <siddharthvp@gmail.com> | 2023-11-04 22:00:39 +0530 |
---|---|---|
committer | Siddharth VP <siddharthvp@gmail.com> | 2023-11-04 23:42:34 +0530 |
commit | f697560fe087df41c29cd71a2f2e0876f58bffc5 (patch) | |
tree | 058a02ef1c59c616d23e183845a64bb7b8565560 | |
parent | 4f2a354ded8cd7bc87a1e7007dd9366d5b8c65d9 (diff) | |
download | mediawikicore-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
-rw-r--r-- | includes/htmlform/fields/HTMLRestrictionsField.php | 1 |
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; |