X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFormOptions.php;h=079267a246827126f9b1ae61060782a438e1fe05;hb=39aa51bfbed8dd557d945d568963c2dad5429016;hp=a8da67e5ef158b636f26601e5ac2daf447fc6973;hpb=7a74e085d926a2a8bcb5d2ef1a703e3c72ca083a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FormOptions.php b/includes/FormOptions.php index a8da67e5ef..079267a246 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -44,7 +44,7 @@ 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;