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

based on FILTER_VALIDATE_* constants inspired by https://github.com/php/php-src/issues/9311

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ondram/ci-detector](https://togithub.com/OndraM/ci-detector) | require | major | `^3.4.0` -> `^4.0.0` | |...

we cannot differentiate based on the 'resource' type between opened or closed resources closes https://github.com/phpstan/phpstan/issues/5845

refs https://github.com/phpstan/phpstan/issues/1239

Reproducer for https://github.com/phpstan/phpstan/issues/7755 with a proposal of fix. Prior to this PR, only the stub was used if found. Now I try to merge both the `ResolvedPhpDocBlock` from the stub...

resolve https://github.com/phpstan/phpstan/issues/7778, refs https://github.com/phpstan/phpstan-src/pull/1609

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [slevomat/coding-standard](https://togithub.com/slevomat/coding-standard) | require-dev | major | `^7.2.0` -> `^8.0.0` | ---...

Implementation for phpstan/phpstan#7110. I already had a big chunk of this quite soon, so I finished most of it. Just putting this out there, hopefully you didn't already start on...

closes https://github.com/phpstan/phpstan/issues/7563 closes https://github.com/phpstan/phpstan/issues/7764