Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.66 -> 0.12.67
|
vimeo/psalm | require-dev | patch |
^4.0 -> ^4.4
|
Release Notes
phpstan/phpstan
v0.12.67
🔧
Improvements - Reworked
@var
support so that view files can be analysed successfully (phpstan/phpstan-src@22d363c
, phpstan/phpstan-src@27481c3
), #4155, #3516, #3515, #351 - Report only relevant "unable to resolve template type" message (phpstan/phpstan-src@
a5f9f0c
), #3853 - Unable to resolve the template type - tip with a blogpost link (phpstan/phpstan-src@
3c56362
) - NewStaticRule - tip with a blogpost link (phpstan/phpstan-src@
96f1e10
) - Deprecated
PHPStan\Reflection\Generic\ResolvedFunctionVariant
in favor ofPHPStan\Reflection\ResolvedFunctionVariant
(phpstan/phpstan-src@959b6e9
)
🐛
Bugfixes - Fixed skipping shadowed trait method by a native method (phpstan/phpstan-src@
2de6a24
), #4214 -
parent::__construct()
resets$this
state (phpstan/phpstan-src@c8174d5
), #4351 - Smoother parallel process quitting when the child process crashes (phpstan/phpstan-src@
cbbbd36
), phpstan/phpstan-doctrine#169
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.