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.85 -> 0.12.87
|
| phpstan/phpstan-phpunit | require-dev | patch |
0.12.18 -> 0.12.19
|
| symfony/console (source) | require | patch |
5.2.7 -> 5.2.8
|
| symfony/http-client (source) | require-dev | patch |
5.2.7 -> 5.2.8
|
| symfony/phpunit-bridge (source) | require-dev | patch |
5.2.7 -> 5.2.8
|
Release Notes
phpstan/phpstan
v0.12.87
Major new feature 🚀
New exceptions-related rules
- Differentiate between checked and unchecked exceptions
- Enforce declaring thrown checked exceptions in
@throws - Report extra exceptions in
@throwsthat aren't actually thrown
Read this article for more details »
Improvements 🔧
- Update
composer/xdebug-handler(phpstan/phpstan-src@0b6b602)
Bugfixes 🐛
- TypeSpecifier - fix assignments in type-narrowing functions (phpstan/phpstan-src@
b2bf703), #4982, #4761, #3331, #3446, #2640, #2413, #3106 - Fix
throwexpression throw point (phpstan/phpstan-src@1e4f2e1) - Generics - fix handling optional parameter (phpstan/phpstan-src@
7306405) - BenevolentUnionType - be benevolent about TrinaryLogic methods (phpstan/phpstan-src@
eeb08ba) - FileTypeMapper - fix PHPDocs after anonymous class (phpstan/phpstan-src@
00ff86b), https://github.com/phpstan/phpstan/discussions/4985
Function signature fixes 🤖
- Updated
getopt()return type (phpstan/phpstan-src@94b6c03), #4987, thanks @dktapps!
v0.12.86
Improvements 🔧
- Inline
@throwssupport (phpstan/phpstan-src@48bfa70) - Updated PHP-Parser to 4.10.5 (phpstan/phpstan-src@
4ee1fa1)
Bugfixes 🐛
-
new ReflectionClass()can throwReflectionException(phpstan/phpstan-src@00d3ef4) - Fix PHPStan Pro reanalyse results (phpstan/phpstan-src@
179b213) -
DateTimeandDateTimeImmutableconstructor does not always throw Exception (phpstan/phpstan-src@181f75c) - Do not attempt to autoload invalid classnames (phpstan/phpstan-src@
56566eb), #4953
Function signature fixes 🤖
- Fixed
wincache_ucache_incandwincache_ucache_dec(phpstan/phpstan-src@671f404), #4952 - Fixed
Redis::scan()signature (phpstan/phpstan-src@8fe9e60), #4929 -
IntlDateFormatter::parsecan define variable by reference (#509), thanks @francescolaffi!
phpstan/phpstan-phpunit
v0.12.19
symfony/http-client
v5.2.8
Changelog (https://github.com/symfony/http-client/compare/v5.2.7...v5.2.8)
- bug #41160 Don't prepare the request in ScopingHttpClient (nicolas-grekas)
symfony/phpunit-bridge
v5.2.8
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.2.7...v5.2.8)
- bug #40957 Fix tests with
@doesNotPerformAssertionsannotations (alexpott)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.