Skip to content

Commit

Permalink
Update dependency phpstan/phpstan to ^1.10.58 (#586)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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.57`
-> `^1.10.58` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.58?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.58?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.57/1.10.58?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.57/1.10.58?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>

###
[`v1.10.58`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.58)

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.57...1.10.58)

# Improvements 🔧

- Verify property type after `unset`
(phpstan/phpstan-src@aeadbe2),
[#&#8203;10506](https://togithub.com/phpstan/phpstan/issues/10506),
[#&#8203;6773](https://togithub.com/phpstan/phpstan/issues/6773)

# Bugfixes 🐛

- InvalidThrowsPhpDocValueRule: support `@phpstan-require-extends`
([#&#8203;2890](https://togithub.com/phpstan/phpstan-src/pull/2890)),
[#&#8203;10475](https://togithub.com/phpstan/phpstan/issues/10475),
thanks [@&#8203;RobertMe](https://togithub.com/RobertMe)!
- `sort()`, `rsort()` and `usort()` convert an array to list
([#&#8203;2891](https://togithub.com/phpstan/phpstan-src/pull/2891)),
[#&#8203;6467](https://togithub.com/phpstan/phpstan/issues/6467),
[#&#8203;10423](https://togithub.com/phpstan/phpstan/issues/10423),
[#&#8203;3312](https://togithub.com/phpstan/phpstan/issues/3312), thanks
[@&#8203;takaram](https://togithub.com/takaram)!
- Fix stale result cache with imported type aliases
([#&#8203;2894](https://togithub.com/phpstan/phpstan-src/pull/2894)),
[#&#8203;10449](https://togithub.com/phpstan/phpstan/issues/10449),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Avoid internal error with `T<X>` where `T` bound consist of
intersection type
(phpstan/phpstan-src@778b569),
[#&#8203;10509](https://togithub.com/phpstan/phpstan/issues/10509)
- Recognize `[1 => 'method', 0 => $obj]` as callable
([#&#8203;2896](https://togithub.com/phpstan/phpstan-src/pull/2896)),
[#&#8203;10502](https://togithub.com/phpstan/phpstan/issues/10502),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- SprintfFunctionDynamicReturnTypeExtension - limit combinatorial
explosion
(phpstan/phpstan-src@51cffd4),
[#&#8203;10538](https://togithub.com/phpstan/phpstan/issues/10538)
- Fix implicit `@phpstan-assert` PHPDoc inheritance with generics
([#&#8203;2909](https://togithub.com/phpstan/phpstan-src/pull/2909)),
[#&#8203;10037](https://togithub.com/phpstan/phpstan/issues/10037),
[#&#8203;9123](https://togithub.com/phpstan/phpstan/issues/9123), thanks
[@&#8203;RobertMe](https://togithub.com/RobertMe)!

# Internals 🔍

- Prevent unnecessary `isSuperTypeOf()` calls
([#&#8203;2895](https://togithub.com/phpstan/phpstan-src/pull/2895)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Simplify `ClassPropertiesNode->getUninitializedProperties()`
([#&#8203;2899](https://togithub.com/phpstan/phpstan-src/pull/2899)),
thanks [@&#8203;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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent 2efecfb commit 8758d22
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 @@ -31,7 +31,7 @@
"mikey179/vfsstream": "^1.6.11",
"php-cs-fixer/shim": "^3.49.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.57",
"phpstan/phpstan": "^1.10.58",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
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 8758d22

Please sign in to comment.