X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FFormOptions.php;h=53c8d3bf7cf9fd33ebabb6950df07cef4ce4194b;hp=725a512980937c3b51c1c400711165e797526ce6;hb=86d7bd86fa08db2dbf3651a656d8238a34703c4f;hpb=52546163af81a588f3104d447657f24d071aa53f diff --git a/includes/FormOptions.php b/includes/FormOptions.php index 725a512980..53c8d3bf7c 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -246,6 +246,9 @@ class FormOptions implements ArrayAccess { /** * @see validateBounds() + * @param string $name + * @param int $min + * @param int $max */ public function validateIntBounds( $name, $min, $max ) { $this->validateBounds( $name, $min, $max );