Skip to content

Commit

Permalink
Merge pull request #86 from sjokkateer/improvement/doc-boolean-type-f…
Browse files Browse the repository at this point in the history
…alse-string

Update standard-filters' Disable Casting table
  • Loading branch information
Ocramius authored Nov 19, 2022
2 parents b029063 + af24959 commit 336b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/standard-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Type Constant | Type String | True | False
---- | ---- | ---- | -----
`Laminas\Filter\Boolean::TYPE_BOOLEAN` | `boolean` | `TRUE` | `FALSE`
`Laminas\Filter\Boolean::TYPE_EMPTY_ARRAY` | `array` | | `[]`
`Laminas\Filter\Boolean::TYPE_FALSE_STRING` | `false` | `'false'` (case insensitive) | `'true'` (case insensitive)
`Laminas\Filter\Boolean::TYPE_FALSE_STRING` | `false` | `'true'` (case insensitive) | `'false'` (case insensitive)
`Laminas\Filter\Boolean::TYPE_FLOAT` | `float` | `1.0` | `0.0`
`Laminas\Filter\Boolean::TYPE_INTEGER` | `integer` | `1` | `0`
`Laminas\Filter\Boolean::TYPE_NULL` | `null` | | `NULL`
Expand Down

0 comments on commit 336b757

Please sign in to comment.