Léon Gersen

Results 6 issues of Léon Gersen

I'm trying to run the unit tests locally, and I'm running into a strange error. I've cloned the project, and ran `composer install` and `make`. The unit test step then...

The [position documentation](http://api.jquery.com/position/) currently notes: > jQuery does not support getting the position coordinates of hidden elements or accounting for borders, margins, or padding set on the body element. However,...

help wanted

### Bug report Thank you for releasing 1.10.51 :tada: Object shapes with optional keys now work with coalescing, but this does not work fully if multiple objects are nested. This...

bug

Implements #224 I've borrowed the `$treatPhpDocTypesAsCertain` logic from `UselessCastRule`. I'm ignoring `mixed` type, as that would be covered by PhpStan itself on level 9. I kept the scope small: there...

### Feature request I sometimes see PR's in my organisation where a cast to `(int)` is used to silence a PhpStan error about cases where `int|null` is passed somewhere that...

# Bug report The type system does not account for PHP converting numeric strings to integers in array keys. This isn't necessarily a "bug" in PhpStan, but the result of...

feature-request