payu
payu copied to clipboard
Bump phpstan/phpstan from 1.10.25 to 1.10.67
Bumps phpstan/phpstan from 1.10.25 to 1.10.67.
Release notes
Sourced from phpstan/phpstan's releases.
1.10.67
This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.
Improvements 🔧
- Forbid PHPUnitPHAR prefixed classes (#3002), thanks
@staabm
!- Improve error messages on unnamed parameters (#3010), #10814, thanks
@takaram
!Bugfixes 🐛
- Improve
date()
return types (#2888), #10468, #6613, thanks@zonuexe
!- Default value null does not make promoted property type nullable (https://github.com/phpstan/phpstan-src/commit/b2177e350f79176a5d53eaf75e37e5dce0053f8a), #9839
- Fix socket_select array types after call (https://github.com/phpstan/phpstan-src/commit/24c52494be982429eb6782ad859fb6cbd6fb3dee), https://github.com/phpstan/phpstan/discussions/10285
- Fix conditional types in PHPDocs from stubs for native functions (https://github.com/phpstan/phpstan-src/commit/8ae0b28a5c1e6f4e2c692caff0cd99df07f2486e)
- Fix env int key problem (https://github.com/phpstan/phpstan-src/commit/e606fbedaea7e887456a771ce0dbb9572d16accf), #10833
- Fix false positives about uninitialized properties (#2897), #10523, #10822, thanks
@staabm
!- Incremented numeric-string should change to int/float (#2797), #10122, #10187, thanks
@staabm
!- Do not generalize big array when combined with empty array (#3003), #10834, thanks
@RobertMe
!- Fix string concatenation with benevolent union type (https://github.com/phpstan/phpstan-src/commit/4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c9), #10863
- Treat
get_defined_vars()
as using constructor arguments (#3012), #10865, thanks@rvanvelzen
!- Allow undefined variables passed into by-ref parameters only if the type is nullable (https://github.com/phpstan/phpstan-src/commit/7f8f9cce7f3903e505916c7afe04b7912570b5e2, https://github.com/phpstan/phpstan-src/commit/7961f7ae1fe815b0796e4d73717f1b117d4a7163), #1916
Function signature fixes 🤖
- More precise
gc_status()
signature for PHP8.3+ (#2996), thanks@staabm
!- Add object shape for
mysqli_result::fetch_fields
(#3005), thanks@schlndh
!Internals 🔍
- composer-dependency-analyser: update to 1.5.0 (support functions) (#3011), thanks
@janedbal
!1.10.66
Improvements 🔧
- Detect mismatch between readonly/non-readonly class parent (https://github.com/phpstan/phpstan-src/commit/986cbdfb2fd0c3de71b31ac3f212bd499d2131e1), #10789
- TypeInferenceTestCase - fix for performance problem with PHPUnit 11 (https://github.com/phpstan/phpstan-src/commit/da87a6541f97b01e35d309524f05c0d3d0bc0a00), #10757
Bugfixes 🐛
array_push
preserves list (https://github.com/phpstan/phpstan-src/commit/5473b6701c1a9dd3ca1eb676b3b2c0dec43f2535)Function signature fixes 🤖
... (truncated)
Commits
16ddbe7
PHPStan 1.10.677961f7a
Updated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a71637f8f9cc
Updated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2f71da02
Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227074de75
Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e1453c3f
Updated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b854a4c739
Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c928c5729
Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363a80cd8a
Update Larastan336ab5c
Update baselines- 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)