Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency phpstan/phpstan to ^1.10.45 (#561)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.10.44` -> `^1.10.45` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.44/1.10.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.44/1.10.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>phpstan/phpstan (phpstan/phpstan)</summary> ### [`v1.10.45`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.45) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.44...1.10.45) # Improvements 🔧 - Introduce InvalidTypesInUnionRule ([#​2763](https://togithub.com/phpstan/phpstan-src/pull/2763)), [#​9185](https://togithub.com/phpstan/phpstan/issues/9185), thanks [@​paulbalandan](https://togithub.com/paulbalandan)! - Implement DeclareStrictTypesRule ([#​2766](https://togithub.com/phpstan/phpstan-src/pull/2759)), [#​6195](https://togithub.com/phpstan/phpstan/issues/6195), thanks [@​staabm](https://togithub.com/staabm)! - Narrow `enum_exists()` arg to UnitEnum ([#​2764](https://togithub.com/phpstan/phpstan-src/pull/2764)), [#​10169](https://togithub.com/phpstan/phpstan/issues/10169), thanks [@​staabm](https://togithub.com/staabm)! # Bugfixes 🐛 - Use dedicated Type methods over `isSuperTypeOf()` ([#​2772](https://togithub.com/phpstan/phpstan-src/pull/2772), [#​2787](https://togithub.com/phpstan/phpstan-src/pull/2787)), [#​9778](https://togithub.com/phpstan/phpstan/issues/9778), [#​9723](https://togithub.com/phpstan/phpstan/issues/9723), [#​6407](https://togithub.com/phpstan/phpstan/issues/6407), thanks [@​staabm](https://togithub.com/staabm)! - Optimize match expression with many conditions (phpstan/phpstan-src@c238fe7) - `in_array` - simulate Identical/Equal handling from TypeSpecifier for literal arrays (phpstan/phpstan-src@0177e33), [#​10201](https://togithub.com/phpstan/phpstan/issues/10201) # Function signature fixes 🤖 - Fix optional 4th parameter for `Redis::restore` ([#​2765](https://togithub.com/phpstan/phpstan-src/pull/2765)), thanks [@​Vaalyn](https://togithub.com/Vaalyn)! - Put `str_increment` and `str_decrement` into functionMap ([#​2777](https://togithub.com/phpstan/phpstan-src/pull/2777)), thanks [@​zonuexe](https://togithub.com/zonuexe)! - Update functionMap ([#​2783](https://togithub.com/phpstan/phpstan-src/pull/2783)), thanks [@​zonuexe](https://togithub.com/zonuexe)! - Update functionMap for `ext-mongodb` 1.17 ([#​2768](https://togithub.com/phpstan/phpstan-src/pull/2768)), thanks [@​alcaeus](https://togithub.com/alcaeus)! # Internals 🔍 - Replace with `in_array()` instead of redundant property ([#​2770](https://togithub.com/phpstan/phpstan-src/pull/2770)), thanks [@​zonuexe](https://togithub.com/zonuexe)! - Fix typo in rule name: `MethodVisibitiliyInInterfaceRule` ([#​2781](https://togithub.com/phpstan/phpstan-src/pull/2781)), thanks [@​staabm](https://togithub.com/staabm)! - Make extensions that return default types simply `return null` ([#​2782](https://togithub.com/phpstan/phpstan-src/pull/2782)), thanks [@​zonuexe](https://togithub.com/zonuexe)! - Simplify InArrayFunctionTypeSpecifyingExtension ([#​2785](https://togithub.com/phpstan/phpstan-src/pull/2785)), thanks [@​staabm](https://togithub.com/staabm)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/clock). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information