This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.4.8 -> 1.4.9
|
v1.4.9
Identical
(===
and !==
) and Equal
(==
and !=
) with the same variables resolve to ConstantBooleanType
(https://github.com/phpstan/phpstan-src/commit/98c4d84ec983fb36992119d4c393d7192a2a99b6)Equal
(==
and !=
) are delegated to Identical
(===
and !==
) (https://github.com/phpstan/phpstan-src/commit/316f269d6e81fcfa435f74cb1155076e349f053f)null
to a template type for a default parameter value null
(https://github.com/phpstan/phpstan-src/commit/7a66cb6eda85703811c7dce472355e036d70c144), #6584
offsetSet
to get throw points for ArrayAccess assignment (#1054), #4852, thanks @rajyan!array_column()
aware of PHP version (#1053), thanks @jlherren!Equal
(==
and !=
) handling in TypeSpecifier (https://github.com/phpstan/phpstan-src/commit/10b295f3cde7d91cc2b2784fc012910be6a06fb8)Identical
(===
and !==
) (#1058)This MR has been generated by Renovate Bot.