Adam Halfar
Adam Halfar
### Description I currently have this solved by using custom connection which extends connection class. ### CakePHP Version *
### Description When zero padded number is passed to controller action that have typed argument int, error is thrown: [Cake\Controller\Exception\InvalidParameterException] Unable to coerce "0139127" to `int` for `id` in action...
# Feature Request When variable is always boolean it is unnecessary to run it trough filter_var with FILTER_VALIDATE_BOOLEAN option. ## Diff ```diff function test(bool $isTest): bool { - if (filter_var($isTest,...