X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLButtonField.php;h=09c0ad97e4623ada6733dc1a4341961cb9175821;hb=dd53b928b933ece1478c04b41c1ef3067ecbebae;hp=f8d017c68590ac9ce099215f8737cadf55b73fcb;hpb=f73c54a0a47585f4baf1aee38a4a1a059bfb259c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLButtonField.php b/includes/htmlform/HTMLButtonField.php index f8d017c685..09c0ad97e4 100644 --- a/includes/htmlform/HTMLButtonField.php +++ b/includes/htmlform/HTMLButtonField.php @@ -31,10 +31,10 @@ class HTMLButtonField extends HTMLFormField { /** * Button cannot be invalid * - * @param $value String - * @param $alldata Array + * @param string $value + * @param array $alldata * - * @return Bool + * @return bool */ public function validate( $value, $alldata ) { return true;