Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.42...1.10.43)

# Improvements 🔧

-   Update `phpstan/phpdoc-parser`
- Fix HTML description detection for PhpStorm stubs
([phpstan/phpdoc-parser#220),
thanks [@&#8203;schlndh](https://togithub.com/schlndh)!
- Make `ReflectionEnum` generic
(phpstan/phpstan-src@9ce8faf)

# Bugfixes 🐛

- Merge right scope of `??=` with scope before the expression
(phpstan/phpstan-src@846f44e),
[#&#8203;10151](https://togithub.com/phpstan/phpstan/issues/10151),
[#&#8203;10131](https://togithub.com/phpstan/phpstan/issues/10131)
- Fix return type of parent calls for SplHeap and other internal methods
([#&#8203;2622](https://togithub.com/phpstan/phpstan-src/pull/2622)),
[#&#8203;7162](https://togithub.com/phpstan/phpstan/issues/7162),
[#&#8203;9867](https://togithub.com/phpstan/phpstan/issues/9867), thanks
[@&#8203;schlndh](https://togithub.com/schlndh)!
- `stdClass` does not have `__get` method
(phpstan/phpstan-src@baf359e),
[#&#8203;10149](https://togithub.com/phpstan/phpstan/issues/10149)
- Fix signature check of method from trait
(phpstan/phpstan-src@be2b415),
[#&#8203;10153](https://togithub.com/phpstan/phpstan/issues/10153)
- All `universalObjectCratesClasses` allow dynamic properties
(phpstan/phpstan-src@2ec416e)
- Fix infinite recursion with self-referencing class constant
(phpstan/phpstan-src@93af41b),
[#&#8203;10147](https://togithub.com/phpstan/phpstan/issues/10147)

# Internals 🔍

- Add named arguments variants to reflection golden test
([#&#8203;2743](https://togithub.com/phpstan/phpstan-src/pull/2743)),
thanks [@&#8203;schlndh](https://togithub.com/schlndh)!

</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/aggregate).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 19, 2023
1 parent b10f4fd commit 0e1e6d7
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 @@ -19,7 +19,7 @@
"lendable/composer-license-checker": "^1.0.4",
"php-cs-fixer/shim": "^3.38.2",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.42",
"phpstan/phpstan": "^1.10.43",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.4.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 0e1e6d7

Please sign in to comment.