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 v1.12.16 (#2893)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan) | `1.12.15` -> `1.12.16` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.12.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.12.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.12.15/1.12.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.12.15/1.12.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>phpstan/phpstan (phpstan/phpstan)</summary> ### [`v1.12.16`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.16) [Compare Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.15...1.12.16) # Bugfixes 🐛 - Calling to a constructor with promoted properties has side effects (phpstan/phpstan-src@8b27943), [#​12379](https://redirect.github.com/phpstan/phpstan/issues/12379) - Support arrays with union value-types in `implode()` ([#​3772](https://redirect.github.com/phpstan/phpstan-src/pull/3772)), [#​11854](https://redirect.github.com/phpstan/phpstan/issues/11854), thanks [@​staabm](https://redirect.github.com/staabm)! - Avoid false inference with instanceof ([#​3657](https://redirect.github.com/phpstan/phpstan-src/pull/3657)), thanks [@​VincentLanglet](https://redirect.github.com/VincentLanglet)! - Casting ArrayObject to array should not lead to array shape (phpstan/phpstan-src@d38ed50), [#​12182](https://redirect.github.com/phpstan/phpstan/issues/12182) - Add ArrayChangeKeyCaseFunctionReturnTypeExtension ([#​3549](https://redirect.github.com/phpstan/phpstan-src/pull/3549)), [#​11795](https://redirect.github.com/phpstan/phpstan/issues/11795), [#​10960](https://redirect.github.com/phpstan/phpstan/issues/10960), thanks [@​VincentLanglet](https://redirect.github.com/VincentLanglet)! - More precise `hash()` return type ([#​3665](https://redirect.github.com/phpstan/phpstan-src/pull/3665)), thanks [@​VincentLanglet](https://redirect.github.com/VincentLanglet)! - Fix union of lowercase/uppercase string with empty string ([#​3751](https://redirect.github.com/phpstan/phpstan-src/pull/3751)), thanks [@​VincentLanglet](https://redirect.github.com/VincentLanglet)! - Implement `OpenSslEncryptParameterOutTypeExtension` ([#​3753](https://redirect.github.com/phpstan/phpstan-src/pull/3753)), thanks [@​paulbalandan](https://redirect.github.com/paulbalandan)! - Update Symfony polyfills (phpstan/phpstan-src@24cdeac), [#​12443](https://redirect.github.com/phpstan/phpstan/issues/12443) - Inferring `new` from parent constructor - reject types that would fail bound check of the child class (phpstan/phpstan-src@d06f792), [#​12386](https://redirect.github.com/phpstan/phpstan/issues/12386) # Function signature fixes 🤖 - More specific return type for `stream_context_get_params` (phpstan/phpstan-src@ff1feee), [#​11796](https://redirect.github.com/phpstan/phpstan/issues/11796) # Internals 🔍 - Makefile: Disable Xdebug in dev tools ([#​3467](https://redirect.github.com/phpstan/phpstan-src/pull/3467)), thanks [@​staabm](https://redirect.github.com/staabm)! - MinMaxFunctionReturnTypeExtension: Cleanup `instanceof ConstantScalarType` ([#​3773](https://redirect.github.com/phpstan/phpstan-src/pull/3773)), thanks [@​staabm](https://redirect.github.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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Runroom/archetype-drupal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
- Loading branch information