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

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [nette/utils](https://nette.org) ([source](https://redirect.github.com/nette/utils))...

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

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | [`^1.11.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.11.1/2.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fcore/2.0.1?slim=true) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [guzzlehttp/guzzle](http://guzzlephp.org/) ([source](https://redirect.github.com/guzzle/guzzle)) | `7.9.2` -> `7.9.3` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/guzzlehttp%2fguzzle/7.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

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

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

Fixes: https://3v4l.org/QKHrt (https://phpstan.org/r/357b09e6-80b7-4c50-97db-35995ff4cb67) Unfortunately, since it depends on values of multiple variables at the same time (which may be correlated), there will be false positives like this: ```php if (rand())...

fix https://github.com/phpstan/phpstan/issues/5946

when working locally often-times xdebug is loaded which slows down some `make` tasks. lets prepend `XDEBUG_MODE=off` to disable xdebug for commands often used and for the tools that do not...