X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLFormFieldWithButton.php;h=4372cd115c6b8f297a0a2ce5c457e397da28f052;hb=e50f14a47fdc98c024bbcaca341453a5091f11bb;hp=be8f7d886cb79ddf111df6d914a3d743c03a449f;hpb=63772e162d60009bdbd4991a34e4cfb4c774cb00;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLFormFieldWithButton.php b/includes/htmlform/fields/HTMLFormFieldWithButton.php index be8f7d886c..4372cd115c 100644 --- a/includes/htmlform/fields/HTMLFormFieldWithButton.php +++ b/includes/htmlform/fields/HTMLFormFieldWithButton.php @@ -18,7 +18,7 @@ class HTMLFormFieldWithButton extends HTMLFormField { /** @var string $mButtonType Value for the button in this field */ protected $mButtonValue; - /** @var string $mButtonType Value for the button in this field */ + /** @var string[] $mButtonType Value for the button in this field */ protected $mButtonFlags = [ 'progressive' ]; public function __construct( $info ) {