Update dependency phpstan/phpstan to v2.0.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
2.0.3 -> 2.0.4
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
phpstan/phpstan (phpstan/phpstan)
v2.0.4
This release includes improvements and fixes from PHPStan 1.12.13.
🔧
Improvements - Added
strictRulesInstalled
parameter (#3729), thanks @staabm!- Will be used for https://github.com/phpstan/phpstan-phpunit/pull/216
🐛
Bugfixes - Skip param castable to X on non-arrays (#3694), #12146, thanks @schlndh!
- Remove incorrect CURLOPT_ACCEPT_ENCODING alias (#3703), #12171, thanks @xPaw!
- Fix
htmlspecialchars
andhtmlentities
beingnon-empty-string
without ENT_SUBSTITUTE flag (#3710), #12021, thanks @jack-worman!
🤖
Function signature fixes - Fix
fgetcsv
return type; never returns null (#3712), thanks @janedbal! - Fix
apcu_cache_info
andapcu_sma_info
signatures (#3726, https://github.com/phpstan/phpstan-src/commit/e7e80934023abc94a4f4bb9066ba6d6db26f6cde), thanks @vindic!
🔍
Internals - Workaround for bug in slevomat/coding-standard TypeNameMatchesFileName (https://github.com/phpstan/phpstan-src/commit/7b4c9afd090d89d595eb113831bc4b79b45d22e2)
- Remove incorrect doc leftover from 1.x (#3732), thanks @AJenbo!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.