Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency phpstan/phpstan to v1.12.11 (#800)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.10` -> `1.12.11` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.12.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.12.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.12.10/1.12.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.12.10/1.12.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>phpstan/phpstan (phpstan/phpstan)</summary> ### [`v1.12.11`](https://github.com/phpstan/phpstan/releases/tag/1.12.11) [Compare Source](https://github.com/phpstan/phpstan/compare/1.12.10...1.12.11) # Improvements 🔧 - Update `fidry/cpu-core-counter` ([#​3632](https://github.com/phpstan/phpstan-src/pull/3632)), [https://github.com/phpstan/phpstan/discussions/12026](https://github.com/phpstan/phpstan/discussions/12026) - Add `TypeCombinator::removeTruthy()` method ([#​3633](https://github.com/phpstan/phpstan-src/pull/3633)), thanks [@​canvural](https://github.com/canvural)! - Add basic type narrowing for `$a != ''` ([#​3304](https://github.com/phpstan/phpstan-src/pull/3304)), thanks [@​thg2k](https://github.com/thg2k)! - Use the correct type for final constants ([#​3638](https://github.com/phpstan/phpstan-src/pull/3638)), thanks [@​thg2k](https://github.com/thg2k)! # Bugfixes 🐛 - Fix resolving class constant type using `self::` in a class attribute argument (phpstan/phpstan-src@3447391), [#​12011](https://github.com/phpstan/phpstan/issues/12011), [#​10314](https://github.com/phpstan/phpstan/issues/10314) - Do not report nonexistent variable passed to by-ref parameter with checkImplicitMixed (level 10 in 2.0) (phpstan/phpstan-src@f158d5b), [#​12015](https://github.com/phpstan/phpstan/issues/12015) - Add `null` to `array_map(null, $a, $b)` ([#​3562](https://github.com/phpstan/phpstan-src/pull/3562)), thanks [@​schlndh](https://github.com/schlndh)! - Fix `ArrayType<mixed, X>` with `checkImplicitMixed` (level 10 in 2.0) ([#​3636](https://github.com/phpstan/phpstan-src/pull/3636)), [#​12051](https://github.com/phpstan/phpstan/issues/12051), thanks [@​VincentLanglet](https://github.com/VincentLanglet)! # Function signature fixes 🤖 - Fix `extract()` signature ([#​3512](https://github.com/phpstan/phpstan-src/pull/3512)), thanks [@​VincentLanglet](https://github.com/VincentLanglet)! - Improve signature for `get_defined_constants()` ([#​3635](https://github.com/phpstan/phpstan-src/pull/3635)), thanks [@​thg2k](https://github.com/thg2k)! - `fgetcsv` accepts `null` for `$length` ([#​3077](https://github.com/phpstan/phpstan-src/pull/3077)), thanks [@​staabm](https://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 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/aggregate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information