Adam Halfar

Results 15 issues of Adam Halfar

### Description I currently have this solved by using custom connection which extends connection class. ### CakePHP Version *

enhancement

### 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...

enhancement

# 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,...

feature