dbal
dbal copied to clipboard
build(deps-dev): update phpstan/phpstan requirement from 1.10.66 to 1.10.67
Updates the requirements on phpstan/phpstan to permit the latest version.
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!
Commits
16ddbe7PHPStan 1.10.677961f7aUpdated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a71637f8f9ccUpdated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2f71da02Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227074de75Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e1453c3fUpdated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b854a4c739Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c928c5729Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363a80cd8aUpdate Larastan336ab5cUpdate 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 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)