bank-modulus
bank-modulus copied to clipboard
composer(deps): bump phpstan/phpstan from 1.10.35 to 1.10.50 in /vendor-bin/phpstan
Bumps phpstan/phpstan from 1.10.35 to 1.10.50.
Release notes
Sourced from phpstan/phpstan's releases.
1.10.50
Improvements 🔧
- Update
nikic/php-parserto 4.18.0 (https://github.com/phpstan/phpstan-src/commit/24f92cc2a69cbeecefb8e2093c6db41138cc9398)Bugfixes 🐛
VoidType- acceptnull(https://github.com/phpstan/phpstan-src/commit/40c8fb2266f040158fb811ac13b21a3e179c022a), #10291Internals 🔍
InvalidPromotedPropertiesRule- useFunctionLikeas node type (#2823), thanks@paulbalandan!- Deduplicate inferred template type generalization logic (https://github.com/phpstan/phpstan-src/commit/39fe102d23c8aec32b8c21225152e2d835d224b2)
1.10.49
Bleeding edge 🔪
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon:includes: - vendor/phpstan/phpstan/conf/bleedingEdge.neonOf course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
Bugfixes 🐛
- Fix
count(list)regression (#2813), thanks@staabm!- Make AcceptsResult reasons unique (https://github.com/phpstan/phpstan-src/commit/01aabcff33c9f8cb0f6a04469a75cb3c47a014a2)
Function signature fixes 🤖
- Make
SimpleXMLElementmethod return types benevolent (when they returnstatic|null) (https://github.com/phpstan/phpstan-src/commit/fb76c9f7d324c854bd2da8bd542b2de6337410e4)
... (truncated)
Commits
06a9851PHPStan 1.10.5039fe102Updated PHPStan to commit 39fe102d23c8aec32b8c21225152e2d835d224b2a532bafUpdated PHPStan to commit a532baf63ebd292df1fcc5ccff27935917e6c28524f92ccUpdated PHPStan to commit 24f92cc2a69cbeecefb8e2093c6db41138cc9398ac7c75eUpdated PHPStan to commit ac7c75e0581fbb35cae145609e2d06191677b52c40c8fb2Updated PHPStan to commit 40c8fb2266f040158fb811ac13b21a3e179c022adb1a52aWP CS in integration tests9367ba4PHPStan 1.10.4971f6c4dUpdated PHPStan to commit 71f6c4d5fc21b6e880412c67ce8f745367f24d3d7c83225Updated PHPStan to commit 7c832255ba59922db3225ee763c109d6c1e29f7a- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e467fee) 97.16% compared to head (e34f5da) 97.16%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #187 +/- ##
=========================================
Coverage 97.16% 97.16%
Complexity 38303 38303
=========================================
Files 74 74
Lines 34644 34644
=========================================
Hits 33662 33662
Misses 982 982
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
Superseded by #188.