Update dependency phpstan/phpstan to v1.10.34
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
phpstan/phpstan |
1.10.33 -> 1.10.34
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.34
🔧
Improvements - Add support and tests for
$this
type assertions (#2609), #8904, thanks @ekisu! - Update phpstan/phpdoc-parser to 1.24.0
- Allow asserting the type of
$this
(https://github.com/phpstan/phpdoc-parser/pull/209), thanks @ekisu! - Avoid creating an Exception when it is not necessary (https://github.com/phpstan/phpdoc-parser/pull/208), thanks @mad-briller!
- Allow asserting the type of
- Added
--fail-without-result-cache
CLI option (#2611), thanks @staabm! - Make result cache independent from configs include order (#2606), thanks @staabm!
- Reduce unnecessary calls into reflection (#2614), thanks @staabm!
- Micro-optimize with
in_array()
(#2618), thanks @zonuexe! - Cover ArgumentsNormalizer with BC promise (https://github.com/phpstan/phpstan-src/commit/b87db6233f08414e176f02ba2dcf08414cb1d83d)
- LastConditionVisitor: condition followed by throw is marked as last (#2405), thanks @JanTvrdik!
🤖
Function signature fixes - fix incorrect doc for
inotify_read
(#2605), thanks @taka-oyama!
🔍
Internals - name-collision-detector (https://github.com/phpstan/phpstan-src/commit/95cdbe577513286c36dcf513fe76f269e8a32125)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.