Skip to content

Commit

Permalink
Updating docblock, fixing quotation marks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Sep 23, 2011
1 parent 3f8f3bb commit d1a3c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Validator.php
Expand Up @@ -82,7 +82,7 @@
* - `boolean`: Checks that the value is or looks like a boolean value. The following types of * - `boolean`: Checks that the value is or looks like a boolean value. The following types of
* values are interpreted as boolean and will pass the check. * values are interpreted as boolean and will pass the check.
* - boolean (`true`, `false`, `'true'`, `'false'`) * - boolean (`true`, `false`, `'true'`, `'false'`)
* - boolean number (`1`, `0`, `'1`', `'0`') * - boolean number (`1`, `0`, `'1'`, `'0'`)
* - boolean text string (`'on'`, `'off'`, `'yes'`, `'no'`) * - boolean text string (`'on'`, `'off'`, `'yes'`, `'no'`)
* *
* - `decimal`: Checks that a value is a valid decimal. Takes one option, `'precision'`, which is * - `decimal`: Checks that a value is a valid decimal. Takes one option, `'precision'`, which is
Expand Down

0 comments on commit d1a3c57

Please sign in to comment.