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

fixes https://github.com/phpstan/phpstan/issues/10527

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [guzzlehttp/guzzle](http://guzzlephp.org/) ([source](https://togithub.com/guzzle/guzzle)) | `7.8.0` -> `7.8.1` |...

Fix phpstan/phpstan#6810

see https://github.com/phpredis/phpredis/blob/develop/redis.stub.php https://github.com/phpredis/phpredis/blob/develop/redis_cluster.stub.php

I believe this behaviour is not correct, see failing test. The [condition that breaks it](https://github.com/phpstan/phpstan-src/blob/b551135ac79a532309675a3ac28fdae9d3fbb04e/src/Analyser/NodeScopeResolver.php#L3113).

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nette/utils](https://nette.org) ([source](https://togithub.com/nette/utils)) | `^3.2` -> `^4.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^9.5.1` -> `^11.0.0` |...

Catch deprecated implicit type conversions that occur in PHP 8.1 and later. The following BinaryOp that may cause deprecation. This PR is part of https://github.com/phpstan/phpstan/issues/8288 and change regarding the mod...

# Changes * Updated junit schema to [5.9.3 release](https://github.com/junit-team/junit5/releases/tag/r5.9.3) * Move `name` to `classname` * Put `identifier` into `name` * Add `hint` into `message` on a new line if present...

Fix phpstan/phpstan#6415, fix phpstan/phpstan#7184, fix phpstan/phpstan#9385