Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.38...1.10.39)

# Improvements 🔧

- More information about thrown exception in child process
(phpstan/phpstan-src@d6a576a)
- PHPStan Pro - allow overriding `pro.tmpDir` config parameter
(phpstan/phpstan-src@4a95206,
phpstan/phpstan-src@7c4ef6b)
- Optimize memory consumption when doing sha1 file hash
([#&#8203;2680](https://togithub.com/phpstan/phpstan-src/pull/2680)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Optimize memory consumption in ResultCacheManager
([#&#8203;2681](https://togithub.com/phpstan/phpstan-src/pull/2681)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

# Bugfixes 🐛

- Filter right side of `??=` with `=== null`
(phpstan/phpstan-src@f407ac6)
- Fix possible internal error when analysing code with enums on PHP 7.x
(phpstan/phpstan-src@b9d9626),
[#&#8203;9974](https://togithub.com/phpstan/phpstan/issues/9974)
- NonexistentOffsetInArrayDimFetchRule - do not report errors on
expressions after truthy `isset` check
(phpstan/phpstan-src@6fbd6e4),
[#&#8203;9991](https://togithub.com/phpstan/phpstan/issues/9991)
- Use real native function name instead of lowercase one
([#&#8203;2673](https://togithub.com/phpstan/phpstan-src/pull/2673)),
[#&#8203;10003](https://togithub.com/phpstan/phpstan/issues/10003),
thanks [@&#8203;fredden](https://togithub.com/fredden)!
- Include property intializations from parent scope for anonymous
functions
([#&#8203;2607](https://togithub.com/phpstan/phpstan-src/pull/2607)),
[#&#8203;9831](https://togithub.com/phpstan/phpstan/issues/9831), thanks
[@&#8203;fabacino](https://togithub.com/fabacino)!
- FileFinder - make list of found files unique
(phpstan/phpstan-src@7491260)
- Fix internal error with first-class callable in `array_filter`
(phpstan/phpstan-src@0228643),
[#&#8203;9994](https://togithub.com/phpstan/phpstan/issues/9994)
- Fix subclass acceptability when class alias is involved on "ours" side
(phpstan/phpstan-src@d5c599c),
[#&#8203;10023](https://togithub.com/phpstan/phpstan/issues/10023)

# Function signature fixes 🤖

- Fix incorrect doc for `SQLite3::openBlob`
([#&#8203;2668](https://togithub.com/phpstan/phpstan-src/pull/2668)),
thanks [@&#8203;rodrigoq](https://togithub.com/rodrigoq)!
- Update `number_format` return from `string` to `non-empty-string`
([#&#8203;2678](https://togithub.com/phpstan/phpstan-src/pull/2678)),
thanks [@&#8203;devnix](https://togithub.com/devnix)!

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 2c77909 commit e6c54ed
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.35.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.38",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.1",
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 e6c54ed

Please sign in to comment.