This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.12.7 -> 1.12.9
|
phpstan/phpstan-symfony | require-dev | patch |
1.4.10 -> 1.4.12
|
v1.12.9
@readonly
PHPDoc on the class as alternative to @immutable
(#3523), #11775, thanks @herndlm!for
endless loops (#3573), #6807, #8463, #9374, thanks @herndlm!preg_match
greater than 0
(#3612), #11293, thanks @staabm!void
return type in a union when the returned expr is originally void
(https://github.com/phpstan/phpstan-src/commit/80c1df2d73210227776db5443dbc28c2d71fa289), #11980
@phpstan-ignore
with trait in the same file (https://github.com/phpstan/phpstan-src/commit/381c1370e7ce3b1c2d8de6c5b30913908c362eb8), #11981
v1.12.8
$this
in return type even in final classes (#3599), #11857, thanks @calebdw!E_DEPRECATED
from error_reporting (https://github.com/phpstan/phpstan-src/commit/277e34b23a43b7ff0cca0c141789d0a786690e9b), #11937
filterTypes()
(#3535), #11663, thanks @VincentLanglet!Imagick::writeImage(s)File
supporting format
parameter (#3588), thanks @kingjia90!instanceof ConstantBooleanType
in loop analysis (#3577), #11913, thanks @herndlm!@api
to TypeExpr (#3601), thanks @ruudk!UnionType::filterTypes
(#3607), thanks @VincentLanglet!This MR has been generated by Renovate Bot.