phpstan-src
phpstan-src copied to clipboard
PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.
> **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` | [](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) |  |...
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` | [](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...