diff options
author | Amir Sarabadani <ladsgroup@gmail.com> | 2022-10-28 12:04:25 +0200 |
---|---|---|
committer | Ladsgroup <Ladsgroup@gmail.com> | 2022-10-28 10:15:31 +0000 |
commit | bbe704b5c154499f25979c25bf4cca2f2c37b579 (patch) | |
tree | 071e6664517f2d7ddc4dd9ff3cd7fb15c225f8c2 /includes/htmlform/fields/HTMLFormFieldCloner.php | |
parent | 8e66ec9c704bed21fc482292eaa58c1e7da58a76 (diff) | |
download | mediawikicore-bbe704b5c154499f25979c25bf4cca2f2c37b579.tar.gz mediawikicore-bbe704b5c154499f25979c25bf4cca2f2c37b579.zip |
Reorg: Move some of request related classes to MediaWiki/Request
Redoing I5ea70120d74 but without moving WebRequest that caused issues
with phan-taint-plugin.
Moving:
- DerivativeRequest
- FauxRequest
- FauxRequestUpload
- PathRouter
- WebRequestUpload
Bug: T321882
Change-Id: I832b133aaf61ee9f6190b0227d2f3de99bd1717b
Diffstat (limited to 'includes/htmlform/fields/HTMLFormFieldCloner.php')
-rw-r--r-- | includes/htmlform/fields/HTMLFormFieldCloner.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLFormFieldCloner.php b/includes/htmlform/fields/HTMLFormFieldCloner.php index d1271f52f006..38a36ccf4a99 100644 --- a/includes/htmlform/fields/HTMLFormFieldCloner.php +++ b/includes/htmlform/fields/HTMLFormFieldCloner.php @@ -1,5 +1,7 @@ <?php +use MediaWiki\Request\DerivativeRequest; + /** * A container for HTMLFormFields that allows for multiple copies of the set of * fields to be displayed to and entered by the user. |