Skip to content

Commit

Permalink
Update dependency phpstan/phpstan to ^1.10.41 (#215)
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.40`
-> `^1.10.41` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.40/1.10.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.40/1.10.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.40...1.10.41)

# Bugfixes 🐛

- Fix type-specifying of expression involved in nullsafe property fetch
(phpstan/phpstan-src@a849f06),
[#&#8203;10071](https://togithub.com/phpstan/phpstan/issues/10071),
[#&#8203;9394](https://togithub.com/phpstan/phpstan/issues/9394),
[#&#8203;6922](https://togithub.com/phpstan/phpstan/issues/6922)
- Fix type-specifying for nested assign in `===` and `match` condition
(phpstan/phpstan-src@01deed6),
[#&#8203;10084](https://togithub.com/phpstan/phpstan/issues/10084)
- Improve missing iterable value type check in lists
(phpstan/phpstan-src@e705f09)
- Update BetterReflection
([#&#8203;2713](https://togithub.com/phpstan/phpstan-src/pull/2713)),
[#&#8203;10086](https://togithub.com/phpstan/phpstan/issues/10086)
- Reuse same printer instance
(ondrejmirtes/BetterReflection@bab47ea)

# Function signature fixes 🤖

- Fix many phpredis signatures
([#&#8203;2706](https://togithub.com/phpstan/phpstan-src/pull/2706)),
thanks [@&#8203;Vaalyn](https://togithub.com/Vaalyn)!

# Internals 🔍

- `MutatingScope::debug()` - add info about conditional expressions
(phpstan/phpstan-src@80782fb)

</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/composer-license-checker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 5, 2023
1 parent dae045b commit 3bc5391
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 @@ -18,7 +18,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.39.0",
"php-cs-fixer/shim": "^3.37.1",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan": "^1.10.41",
"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 3bc5391

Please sign in to comment.