Pavel Kácha

Results 5 issues of Pavel Kácha

Version: 3.2.2 ### Bug Description For historic reason I have table with two columns for date with different type - first is `datetime`, second is `timestamp`. In both columns were...

- bug fix? no - new feature? yes - BC break? no - doc PR: maybe - if it will be merged This PR adds support for JSON_FORCE_OBJECT like flag...

### Bug report Function like ``` /** @param int $a */ function barInt($a): void { }``` must be called with int parameter. When string is given, we get error `Parameter...

feature-request

### Bug report After update to new awesome version 1.11 I want to replace `/** @phpstan-ignore-next-line */` with more specific `/** @phpstan-ignore ... */` with error identifiers. But I found...

Pro

### Feature request Example of accessing property before initialization can be found here https://phpstan.org/r/8950a29c-cb92-41e5-9557-2a851bf9909b PHPStorm can warn you quite quietly: PHPStan today missed this issue and IMHO it will be...