X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFormOptions.php;h=f0a48d290e583b19ccb1b9f97e75ae7906060a5f;hb=172de0b957c9ff16e67fa6231e8913506c0d6568;hp=01318554982cbe119870df8662fea2735805adc4;hpb=284778405b0e41c57b3085958401e07b6ca742e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FormOptions.php b/includes/FormOptions.php index 0131855498..f0a48d290e 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -44,7 +44,8 @@ class FormOptions implements ArrayAccess { /** Integer type, maps guessType() to WebRequest::getInt() */ const INT = 1; /** Float type, maps guessType() to WebRequest::getFloat() - * @since 1.23 */ + * @since 1.23 + */ const FLOAT = 4; /** Boolean type, maps guessType() to WebRequest::getBool() */ const BOOL = 2; @@ -53,7 +54,8 @@ class FormOptions implements ArrayAccess { */ const INTNULL = 3; /** Array type, maps guessType() to WebRequest::getArray() - * @since 1.29 */ + * @since 1.29 + */ const ARR = 5; /* @} */