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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [symfony/process](https://symfony.com) ([source](https://redirect.github.com/symfony/process)) | `5.4.40` -> `5.4.46` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fprocess/5.4.46?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Those functions return false (and trigger a warning) only when the argument is an unknown algorithm, which is not something worth checking when using them with a known algorithm. I'm...

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

Closes https://github.com/phpstan/phpstan/issues/13097 This was introduced in https://github.com/phpstan/phpstan-src/commit/29fcf80e1676f1a13ee04e88db6dbeb8685b58e1 but seems like the `return NAN` doesn't exists anymore so we can improve NAN inferences without regression.

refs https://github.com/phpstan/phpstan-src/pull/3933#discussion_r2041162189

The two issues mentioned in the comments were fixed years ago. Now it seems that Symfony's wrapping is superior to the PHPStan's. Motivation: - PHPStan's wrapping uses wordwrap, which doesn't...

Fix https://github.com/phpstan/phpstan/issues/13029

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

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