Skip to content

Commit

Permalink
Update dependency phpstan/phpstan to v1.12.16 (#2893)
Browse files Browse the repository at this point in the history
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),
[#&#8203;12379](https://redirect.github.com/phpstan/phpstan/issues/12379)
- Support arrays with union value-types in `implode()`
([#&#8203;3772](https://redirect.github.com/phpstan/phpstan-src/pull/3772)),
[#&#8203;11854](https://redirect.github.com/phpstan/phpstan/issues/11854),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Avoid false inference with instanceof
([#&#8203;3657](https://redirect.github.com/phpstan/phpstan-src/pull/3657)),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Casting ArrayObject to array should not lead to array shape
(phpstan/phpstan-src@d38ed50),
[#&#8203;12182](https://redirect.github.com/phpstan/phpstan/issues/12182)
- Add ArrayChangeKeyCaseFunctionReturnTypeExtension
([#&#8203;3549](https://redirect.github.com/phpstan/phpstan-src/pull/3549)),
[#&#8203;11795](https://redirect.github.com/phpstan/phpstan/issues/11795),
[#&#8203;10960](https://redirect.github.com/phpstan/phpstan/issues/10960),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- More precise `hash()` return type
([#&#8203;3665](https://redirect.github.com/phpstan/phpstan-src/pull/3665)),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Fix union of lowercase/uppercase string with empty string
([#&#8203;3751](https://redirect.github.com/phpstan/phpstan-src/pull/3751)),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Implement `OpenSslEncryptParameterOutTypeExtension`
([#&#8203;3753](https://redirect.github.com/phpstan/phpstan-src/pull/3753)),
thanks [@&#8203;paulbalandan](https://redirect.github.com/paulbalandan)!
- Update Symfony polyfills
(phpstan/phpstan-src@24cdeac),
[#&#8203;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),
[#&#8203;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),
[#&#8203;11796](https://redirect.github.com/phpstan/phpstan/issues/11796)

# Internals 🔍

- Makefile: Disable Xdebug in dev tools
([#&#8203;3467](https://redirect.github.com/phpstan/phpstan-src/pull/3467)),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- MinMaxFunctionReturnTypeExtension: Cleanup `instanceof
ConstantScalarType`
([#&#8203;3773](https://redirect.github.com/phpstan/phpstan-src/pull/3773)),
thanks [@&#8203;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
renovate[bot] authored Jan 21, 2025
2 parents 48bb698 + 82fda01 commit c0d9fae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"kint-php/kint-twig": "6.0",
"mglaman/phpstan-drupal": "1.3.2",
"palantirnet/drupal-rector": "0.20.3",
"phpstan/phpstan": "1.12.15",
"phpstan/phpstan": "1.12.16",
"phpstan/phpstan-strict-rules": "1.6.2",
"phpunit/phpunit": "9.6.22",
"rector/rector": "1.2.10",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0d9fae

Please sign in to comment.