phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.

Results 408 phpstan-src issues
Sort by recently updated
recently updated
newest added

Needed for https://github.com/phpstan/phpstan-src/pull/4210

While working on https://github.com/phpstan/phpstan-src/pull/4435 I discovered the issue https://github.com/phpstan/phpstan/issues/9384 was almost solve except for the operation with the bitwise operator not `~`. This one generalize constant integer into integer while...

Closes https://github.com/phpstan/phpstan/issues/13297 Currently, even doing a simple `Enum::from(1)` where `1` is a value valid, reports missing `@throws` phpdoc.

Closes https://github.com/phpstan/phpstan/issues/13713 Solves https://github.com/phpstan/phpstan/issues/6305#issuecomment-1057180525

Closes https://github.com/phpstan/phpstan/issues/12219 Closes https://github.com/phpstan/phpstan/issues/13638 Closes https://github.com/phpstan/phpstan/issues/13282 Closes https://github.com/phpstan/phpstan/issues/13782

Closes https://github.com/phpstan/phpstan/issues/1889 Closes https://github.com/phpstan/phpstan/issues/8547 (cc @staabm)

Closes https://github.com/phpstan/phpstan/issues/13642

Closes https://github.com/phpstan/phpstan/issues/7143 I discovered that a maybe not existent offset - was reported on `array{'foo'?: 1, 'bar'?: 2}` - was not reported on `non-empty-array{'foo'?: 1, 'bar'?: 2}` It seems like...

Rework of https://github.com/phpstan/phpstan-src/pull/4409 and https://github.com/phpstan/phpstan-src/pull/4415 I added a non regression of https://github.com/phpstan/phpstan/issues/10215 as a proof it works. I don't like the naming of my methods, suggestion are opened. Also I'm...