Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.46...1.10.47)

# Improvements 🔧

- `ExpressionTypeResolverExtension`
([#&#8203;2789](https://togithub.com/phpstan/phpstan-src/pull/2789)),
thanks [@&#8203;janedbal](https://togithub.com/janedbal)!
- See: [`ExpressionTypeResolverExtension` in API
Reference](https://apiref.phpstan.org/1.11.x/PHPStan.Type.ExpressionTypeResolverExtension.html)
- This can be used to override inferred types by Scope if existing
extension points like DynamicMethodReturnTypeExtension are not
sufficient

# Bugfixes 🐛

- `array_filter` - handle error types
([#&#8203;2794](https://togithub.com/phpstan/phpstan-src/pull/2794)),
[#&#8203;10189](https://togithub.com/phpstan/phpstan/issues/10189),
thanks [@&#8203;mglaman](https://togithub.com/mglaman)!
- Fix variable certainty after `if ($var ?? null)`
(phpstan/phpstan-src@c2ba341),
[#&#8203;10224](https://togithub.com/phpstan/phpstan/issues/10224)
- Fix trait PHPDocs when checking overriden methods
(phpstan/phpstan-src@4c4f22f),
[#&#8203;10184](https://togithub.com/phpstan/phpstan/issues/10184)

# Function signature fixes 🤖

- Fix parameter type for `Redis::hMset`
([#&#8203;2793](https://togithub.com/phpstan/phpstan-src/pull/2793)),
thanks [@&#8203;Vaalyn](https://togithub.com/Vaalyn)!

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent bf27659 commit 49a20c8
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.40.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan": "^1.10.47",
"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 49a20c8

Please sign in to comment.