Skip to content

Commit 2d10cab

Browse files
committed
Fix minor docs liniting issue
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent ed7a74e commit 2d10cab

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/book/v3/standard-filters.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,16 @@ In this case `Laminas\Filter\Boolean` will work as described in the following
178178
table, which shows which values return `TRUE` or `FALSE`. All other given values
179179
are returned without change when `casting` is set to `FALSE`
180180

181-
Type Constant | Type String | True | False
182-
---- | ---- | ---- | -----
183-
`Laminas\Filter\Boolean::TYPE_BOOLEAN` | `boolean` | `TRUE` | `FALSE`
184-
`Laminas\Filter\Boolean::TYPE_EMPTY_ARRAY` | `array` | | `[]`
185-
`Laminas\Filter\Boolean::TYPE_FALSE_STRING` | `false` | `'true'` (case insensitive) | `'false'` (case insensitive)
186-
`Laminas\Filter\Boolean::TYPE_FLOAT` | `float` | `1.0` | `0.0`
187-
`Laminas\Filter\Boolean::TYPE_INTEGER` | `integer` | `1` | `0`
188-
`Laminas\Filter\Boolean::TYPE_NULL` | `null` | | `NULL`
189-
`Laminas\Filter\Boolean::TYPE_STRING` | `string` | | `''`
190-
`Laminas\Filter\Boolean::TYPE_ZERO_STRING` | `zero` | `'1'` | `'0'`
181+
| Type Constant | Type String | True | False |
182+
|---------------------------------------------|-------------|-----------------------------|------------------------------|
183+
| `Laminas\Filter\Boolean::TYPE_BOOLEAN` | `boolean` | `TRUE` | `FALSE` |
184+
| `Laminas\Filter\Boolean::TYPE_EMPTY_ARRAY` | `array` | | `[]` |
185+
| `Laminas\Filter\Boolean::TYPE_FALSE_STRING` | `false` | `'true'` (case insensitive) | `'false'` (case insensitive) |
186+
| `Laminas\Filter\Boolean::TYPE_FLOAT` | `float` | `1.0` | `0.0` |
187+
| `Laminas\Filter\Boolean::TYPE_INTEGER` | `integer` | `1` | `0` |
188+
| `Laminas\Filter\Boolean::TYPE_NULL` | `null` | | `NULL` |
189+
| `Laminas\Filter\Boolean::TYPE_STRING` | `string` | | `''` |
190+
| `Laminas\Filter\Boolean::TYPE_ZERO_STRING` | `zero` | `'1'` | `'0'` |
191191

192192
The following example shows the behavior when changing the `casting` option:
193193

0 commit comments

Comments
 (0)