chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| phpstan/phpstan | require-dev | patch |
0.12.89 -> 0.12.90
|
| phpstan/phpstan-phpunit | require-dev | patch |
0.12.19 -> 0.12.20
|
| symfony/console (source) | require | patch |
5.3.0 -> 5.3.2
|
| symfony/framework-bundle (source) | require | patch |
5.2.10 -> 5.3.2
|
| symfony/http-client (source) | require-dev | patch |
5.3.0 -> 5.3.2
|
| symfony/yaml (source) | require | patch |
5.3.0 -> 5.3.2
|
Release Notes
phpstan/phpstan
v0.12.90
Improvements 🔧
- Allow empty array shape (phpstan/phpstan-src@
d36852a), #5159 - ClassReflection: option to make
getTraits()recursive (#557), thanks @IAmRGroot! - Update BetterReflection with some performance optimizations (phpstan/phpstan-src@
dce3c85)
Bleeding edge 🔪
- Array functions stubs (#555), thanks @BackEndTea!
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Bugfixes 🐛
- Revert "InstalledVersions.php no longer needs to be whitelisted" (phpstan/phpstan-src@
b902c38), #5157 - Fix evaluating match arm conditions (phpstan/phpstan-src@
7acf7ca), #5161 -
neverreturn type in PHPDoc wins over native type (phpstan/phpstan-src@2c976fb), #5089 -
ClosureTypetypeOnly description is justClosure(phpstan/phpstan-src@476520d), #5164 - NonexistentOffsetInArrayDimFetchCheck - be less strict about
BenevolentUnionType(phpstan/phpstan-src@2abb92e), #5169 - ClosureType and CallableType - infer template types from callable parameters properly (phpstan/phpstan-src@
efa6aa6, phpstan/phpstan-src@01f99c1), #3158
Function signature fixes 🤖
- Allow
nullforfile_put_contents()$contextargument (#558), thanks @steevanb!
phpstan/phpstan-phpunit
v0.12.20
symfony/framework-bundle
v5.3.2
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.1...v5.3.2)
- bug #41719 fix Could not find service "test.service_container" (smilesrg)
- bug #41505 fix KernelBrowser::loginUser with a stateless firewall (dunglas)
- bug #41472 remove service if its class doesn't exist (xabbuh)
v5.3.0
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.0-RC1...v5.3.0)
symfony/http-client
v5.3.2
Changelog (https://github.com/symfony/http-client/compare/v5.3.1...v5.3.2)
symfony/yaml
v5.3.2
Changelog (https://github.com/symfony/yaml/compare/v5.3.1...v5.3.2)
- no significant changes
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.