Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency phpstan/phpstan to ^1.10.39 (#545)
[![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 ([#​2680](https://togithub.com/phpstan/phpstan-src/pull/2680)), thanks [@​staabm](https://togithub.com/staabm)! - Optimize memory consumption in ResultCacheManager ([#​2681](https://togithub.com/phpstan/phpstan-src/pull/2681)), thanks [@​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), [#​9974](https://togithub.com/phpstan/phpstan/issues/9974) - NonexistentOffsetInArrayDimFetchRule - do not report errors on expressions after truthy `isset` check (phpstan/phpstan-src@6fbd6e4), [#​9991](https://togithub.com/phpstan/phpstan/issues/9991) - Use real native function name instead of lowercase one ([#​2673](https://togithub.com/phpstan/phpstan-src/pull/2673)), [#​10003](https://togithub.com/phpstan/phpstan/issues/10003), thanks [@​fredden](https://togithub.com/fredden)! - Include property intializations from parent scope for anonymous functions ([#​2607](https://togithub.com/phpstan/phpstan-src/pull/2607)), [#​9831](https://togithub.com/phpstan/phpstan/issues/9831), thanks [@​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), [#​9994](https://togithub.com/phpstan/phpstan/issues/9994) - Fix subclass acceptability when class alias is involved on "ours" side (phpstan/phpstan-src@d5c599c), [#​10023](https://togithub.com/phpstan/phpstan/issues/10023) # Function signature fixes 🤖 - Fix incorrect doc for `SQLite3::openBlob` ([#​2668](https://togithub.com/phpstan/phpstan-src/pull/2668)), thanks [@​rodrigoq](https://togithub.com/rodrigoq)! - Update `number_format` return from `string` to `non-empty-string` ([#​2678](https://togithub.com/phpstan/phpstan-src/pull/2678)), thanks [@​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