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

closes https://github.com/phpstan/phpstan/issues/10048

Fixes https://github.com/phpstan/phpstan/issues/10484

Fixes https://github.com/phpstan/phpstan/issues/9456

Fixes parse_url return type when $component is -1 returning more types than were valid. Adds missing types when $component is not a constant value. Fixes: https://github.com/phpstan/phpstan/issues/4754

Same change as in https://github.com/JetBrains/phpstorm-stubs/pull/1591. Am I right the phpstorm-stubs are used for `Pure` metadata only? The default type of `newScope` arg is `'static'` which is not subtype of `class-string`,...

closes https://github.com/phpstan/phpstan/issues/9662 closes https://github.com/phpstan/phpstan/issues/10228

See https://phpstan.org/r/bff03687-1f39-496b-a23e-0386bcb75362 . Ideally, `removeNoIntersect` should be reported as an issue since it is not possible for the removes to do anything. However, AFAIK there is no way to express...