diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-20 13:20:59 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-20 13:20:59 +0200 |
commit | 3f1a52805e3cf801eda0357ee236de6b49a31c85 (patch) | |
tree | 90a7ad1b8993c56f4c95bbeb572908450530c9c3 /includes/htmlform/fields/HTMLFormFieldWithButton.php | |
parent | 38999cc27a5b38050472532635027802c13a1d90 (diff) | |
download | mediawikicore-3f1a52805e3cf801eda0357ee236de6b49a31c85.tar.gz mediawikicore-3f1a52805e3cf801eda0357ee236de6b49a31c85.zip |
Use short type bool/int in param documentation
Enable the phpcs sniffs for this and used phpcbf
Change-Id: Iaa36687154ddd2bf663b9dd519f5c99409d37925
Diffstat (limited to 'includes/htmlform/fields/HTMLFormFieldWithButton.php')
-rw-r--r-- | includes/htmlform/fields/HTMLFormFieldWithButton.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLFormFieldWithButton.php b/includes/htmlform/fields/HTMLFormFieldWithButton.php index bcb07bd1c2e6..b2290ce3c144 100644 --- a/includes/htmlform/fields/HTMLFormFieldWithButton.php +++ b/includes/htmlform/fields/HTMLFormFieldWithButton.php @@ -6,7 +6,7 @@ class HTMLFormFieldWithButton extends HTMLFormField { /** @var string $mButtonClass CSS class for the button in this field */ protected $mButtonClass = ''; - /** @var string|integer $mButtonId Element ID for the button in this field */ + /** @var string|int $mButtonId Element ID for the button in this field */ protected $mButtonId = ''; /** @var string $mButtonName Name the button in this field */ |