Skip to content

Commit 3a40b8e

Browse files
Update dependency phpstan/phpstan to ^1.10.33 (#175)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | require-dev | patch | `^1.10.32` -> `^1.10.33` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>phpstan/phpstan (phpstan/phpstan)</summary> ### [`v1.10.33`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.33) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.32...1.10.33) # Improvements 🔧 - Support for referencing environment variables in the config ([#&#8203;2559](https://togithub.com/phpstan/phpstan-src/pull/2559)), [#&#8203;1918](https://togithub.com/phpstan/phpstan/issues/1918) - Made parent class reflection resolving lazier ([#&#8203;2584](https://togithub.com/phpstan/phpstan-src/pull/2584)), thanks [@&#8203;staabm](https://togithub.com/staabm)! - FileTypeMapper - optimization of type aliases (phpstan/phpstan-src@2be81ac) - Use NonAcceptingNeverType in more places (phpstan/phpstan-src@3e03e9d) - MethodCall: mark virtual nullsafe call with attribute ([#&#8203;2598](https://togithub.com/phpstan/phpstan-src/pull/2598)), [#&#8203;9830](https://togithub.com/phpstan/phpstan/issues/9830), thanks [@&#8203;janedbal](https://togithub.com/janedbal)! # Bugfixes 🐛 - Fix `checkBenevolentUnionTypes: true` along with `@template` with `array-key` bound ([#&#8203;2587](https://togithub.com/phpstan/phpstan-src/pull/2587)), [#&#8203;9766](https://togithub.com/phpstan/phpstan/issues/9766), thanks [@&#8203;VincentLanglet](https://togithub.com/VincentLanglet)! - Fix type inference of `array_sum()` ([#&#8203;2591](https://togithub.com/phpstan/phpstan-src/pull/2591)), [#&#8203;9808](https://togithub.com/phpstan/phpstan/issues/9808), thanks [@&#8203;zer0-star](https://togithub.com/zer0-star)! - Update Symfony polyfills (phpstan/phpstan-src@dfcaa30), [#&#8203;8538](https://togithub.com/phpstan/phpstan/issues/8538) # Function signature fixes 🤖 - More precise `inotify` related function signatures ([#&#8203;2599](https://togithub.com/phpstan/phpstan-src/pull/2599)), thanks [@&#8203;thg2k](https://togithub.com/thg2k)! # Internals 🔍 - Prevent most `$parentPhpDocBlock->getClassReflection()->isBuiltin()` calls ([#&#8203;2585](https://togithub.com/phpstan/phpstan-src/pull/2585)), thanks [@&#8203;staabm](https://togithub.com/staabm)! - micro: use `spl_object_id()` ([#&#8203;2592](https://togithub.com/phpstan/phpstan-src/pull/2592)), thanks [@&#8203;staabm](https://togithub.com/staabm)! - Update `nette/di` ([#&#8203;2597](https://togithub.com/phpstan/phpstan-src/pull/2597)) </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/ben-challis/sql-migrations). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad8d1d2 commit 3a40b8e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lendable/clock": "^2.3",
4646
"php-cs-fixer/shim": "^v3.25.1",
4747
"php-standard-library/phpstan-extension": "^1.0",
48-
"phpstan/phpstan": "^1.10.32",
48+
"phpstan/phpstan": "^1.10.33",
4949
"phpstan/phpstan-deprecation-rules": "^1.1.4",
5050
"phpstan/phpstan-phpunit": "^1.3.14",
5151
"phpstan/phpstan-strict-rules": "^1.5.1",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)