@@ -178,16 +178,16 @@ In this case `Laminas\Filter\Boolean` will work as described in the following
178178table, which shows which values return ` TRUE ` or ` FALSE ` . All other given values
179179are 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
192192The following example shows the behavior when changing the ` casting ` option:
193193
0 commit comments