PineDocs
PineDocs copied to clipboard
Bump phpstan/phpstan from 1.8.2 to 1.10.5
Bumps phpstan/phpstan from 1.8.2 to 1.10.5.
Release notes
Sourced from phpstan/phpstan's releases.
1.10.5
Improvements 🔧
- Check local type aliases above traits (https://github.com/phpstan/phpstan-src/commit/4654c1651f1ec9c1799774bffd2c641828d43d4a)
Bugfixes 🐛
- Fix type aliases in method-level template types (https://github.com/phpstan/phpstan-src/commit/c926144c2e1c1b25639857a3c1cb12bbe541162c), #9008
- Fix type aliases in traits (https://github.com/phpstan/phpstan-src/commit/60021c2857841155fcd54f3783d8ed86a647a684), #5091
- Fix interface accepting a Closure (https://github.com/phpstan/phpstan-src/commit/0dbe3ab24dd40d6e291413aa64db5eca9f0f6d68), #9006
- Process enum case expression (https://github.com/phpstan/phpstan-src/commit/f64b27cf833cbf84e21293f5891e69c970652698), #9005
- Fixed missing processing of UseUse and GroupUse (https://github.com/phpstan/phpstan-src/commit/b79751221e67794e62d7e7cfc89db5687c04c527)
1.10.4
Improvements 🔧
- Remove 3 leading spaces in PHAR (#2254), #8952, thanks
@ruudk
!- Add missing newline at the end of the file (#2254), thanks
@ruudk
!- RuleError interfaces are part of BC promise (https://github.com/phpstan/phpstan-src/commit/aed93193ae90d353661e10b0eabcf0528422231f)
- Update nikic/php-parser (https://github.com/phpstan/phpstan-src/commit/dda95b4fa735585369cb74429ab5ea8d37f82179)
- Update BetterReflection (#2274), #8889
Bugfixes 🐛
- Fix bug with
array_column
(#2244), #8917, thanks@VincentLanglet
!- Improve
filter_var()
handling of a couple of simple scalars and null (#2262), thanks@herndlm
!- Fix
value-of
for multiple enums (https://github.com/phpstan/phpstan-src/commit/3adc91d78b8108afc883dc5097656b6de0f38769), #8983- Fix
->value
on unions of enums (https://github.com/phpstan/phpstan-src/commit/05b85bad07a2c6628799fcb4a2939be7beab80cd), #9000Function signature fixes 🤖
- Fix return type of
Ds\Sequence::copy()
(#1954), thanks@MidnightDesign
!- Fix
password_hash()
return type (#2260), #5978, thanks@VincentLanglet
!1.10.3
Improvements 🔧
- Add support for
@not-deprecated
annotation (#2255), https://github.com/phpstan/phpstan/discussions/7422, thanks@stof
!Bugfixes 🐛
- Fix arithmetic operations with BenevolentUnionType (https://github.com/phpstan/phpstan-src/commit/f882eff78af3647b28a4663f467ae78346e89db3), #8938
- Fix native return type of
array_chunk()
(https://github.com/phpstan/phpstan-src/commit/e4a6d2026ef1218d2629e55991972058b80fef73), #8956
... (truncated)
Commits
1fb6f49
PHPStan 1.10.54654c16
Updated PHPStan to commit 4654c1651f1ec9c1799774bffd2c641828d43d4a60021c2
Updated PHPStan to commit 60021c2857841155fcd54f3783d8ed86a647a684c926144
Updated PHPStan to commit c926144c2e1c1b25639857a3c1cb12bbe541162ce5e48ea
Updated PHPStan to commit e5e48ea8860bfa89c911dee05297847f70a5ed880dbe3ab
Updated PHPStan to commit 0dbe3ab24dd40d6e291413aa64db5eca9f0f6d68cfb784a
Updated PHPStan to commit cfb784a8a5eaefb62b483f0bb348488b389e872bf64b27c
Updated PHPStan to commit f64b27cf833cbf84e21293f5891e69c9706526988d39218
PHPStan 1.10.44f9b5db
Updated PHPStan to commit 4f9b5dbc4ce447c3170a3bd23647e2479443e730- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)