Update PHPStan packages to v2.1.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
2.1.1 -> 2.1.2
|
phpstan/phpstan-symfony | require-dev | patch |
2.0.1 -> 2.0.2
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v2.1.2
🔧
Improvements - Add support for result cache meta extensions (#3765), https://github.com/phpstan/phpstan-symfony/issues/255, thanks @Wirone!
- Overwrite property expression type only if it's subtype of the native type (https://github.com/phpstan/phpstan-src/commit/eb0e0bcfe2e4947d06c5eb680f5cf568a688ff4a, https://github.com/phpstan/phpstan-src/commit/bed30a79f4ed17651c48c031b89b60d4ce7453b2), #12438, #12393
- Enabling constructor check for class-string variables (#3661), thanks @sayuprc!
- PHP 8.4: ReflectionClass stub with lazy object methods (https://github.com/phpstan/phpstan-src/commit/25ec5eb2db6474f95a0b9dcac1cca8210ea1a021), #12435
🐛
Bugfixes - This release includes fixes from PHPStan 1.12.16
- BooleanType - implement getConstantScalarTypes (#3781), thanks @staabm!
🤖
Function signature fixes - shell_exec - add
false
to the return type (#3730), thanks @sreichel! - Fix
samesite
cookie argument precision (https://github.com/phpstan/phpstan-src/commit/a54cdb0675e23385adba9d1b2b9e643994fa20d7)
🔍
Internals - Pass ExtendedMethodReflection into AlwaysUsedMethodExtension (https://github.com/phpstan/phpstan-src/commit/5d35811a87a85aeaac6a16824391a948c9a62335)
- Remove private method
ConstantArrayType::findTypeAndMethodNames()
used only once (https://github.com/phpstan/phpstan-src/commit/30b9cd86c523b59739b609dc4e325d3275d71188)
phpstan/phpstan-symfony (phpstan/phpstan-symfony)
v2.0.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.