X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;ds=inline;f=includes%2FFormOptions.php;h=53c8d3bf7cf9fd33ebabb6950df07cef4ce4194b;hb=09caa0be01ba5d646cd5c7570452c8a7df1e1c55;hp=725a512980937c3b51c1c400711165e797526ce6;hpb=b8da5c83743ea31c6f73c063508384f114748537;p=lhc%2Fweb%2Fwiklou.git 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 );